Package com.openhtmltopdf.pdfboxout
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 com.openhtmltopdf.pdfboxout.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.PDAnnotation
void
setBorderStyle
(org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary styleDict) Methods inherited from class com.openhtmltopdf.pdfboxout.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:
getPdAnnotation
in classAnnotationContainer
-
setBorderStyle
public void setBorderStyle(org.apache.pdfbox.pdmodel.interactive.annotation.PDBorderStyleDictionary styleDict) - Specified by:
setBorderStyle
in classAnnotationContainer
-