Class AnnotationContainer.PDAnnotationFileAttachmentContainer
java.lang.Object
com.openhtmltopdf.pdfboxout.AnnotationContainer
com.openhtmltopdf.pdfboxout.AnnotationContainer.PDAnnotationFileAttachmentContainer
- Enclosing class:
AnnotationContainer
public static class AnnotationContainer.PDAnnotationFileAttachmentContainer
extends AnnotationContainer
-
Nested Class Summary
Nested classes/interfaces inherited from class AnnotationContainer
AnnotationContainer.PDAnnotationFileAttachmentContainer, AnnotationContainer.PDAnnotationLinkContainer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationFileAttachment -
Constructor Summary
ConstructorsConstructorDescriptionPDAnnotationFileAttachmentContainer(org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationFileAttachment pdAnnotationFileAttachment) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationvoidsetBorderStyle(org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary styleDict) Methods inherited from class AnnotationContainer
setPrinted, setQuadPoints, setRectangle
-
Field Details
-
pdAnnotationFileAttachment
private final org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationFileAttachment pdAnnotationFileAttachment
-
-
Constructor Details
-
PDAnnotationFileAttachmentContainer
public PDAnnotationFileAttachmentContainer(org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationFileAttachment pdAnnotationFileAttachment)
-
-
Method Details
-
getPdAnnotation
public org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotation getPdAnnotation()- Specified by:
getPdAnnotationin classAnnotationContainer
-
setBorderStyle
public void setBorderStyle(org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary styleDict) - Specified by:
setBorderStylein classAnnotationContainer
-