Class PDFileAttachmentAppearanceHandler
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
-
- org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDFileAttachmentAppearanceHandler
-
- All Implemented Interfaces:
PDAppearanceHandler
public class PDFileAttachmentAppearanceHandler extends PDAbstractAppearanceHandler
- Author:
- Tilman Hausherr
-
-
Field Summary
-
Fields inherited from class org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
ANGLED_STYLES, document, INTERIOR_COLOR_STYLES, SHORT_STYLES
-
-
Constructor Summary
Constructors Constructor Description PDFileAttachmentAppearanceHandler(PDAnnotation annotation)
PDFileAttachmentAppearanceHandler(PDAnnotation annotation, PDDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateDownAppearance()
void
generateNormalAppearance()
void
generateRolloverAppearance()
-
Methods inherited from class org.apache.pdfbox.pdmodel.interactive.annotation.handlers.PDAbstractAppearanceHandler
createCOSStream, generateAppearanceStreams
-
-
-
-
Constructor Detail
-
PDFileAttachmentAppearanceHandler
public PDFileAttachmentAppearanceHandler(PDAnnotation annotation)
-
PDFileAttachmentAppearanceHandler
public PDFileAttachmentAppearanceHandler(PDAnnotation annotation, PDDocument document)
-
-