org.pdfbox.pdmodel.interactive.annotation
Class PDAnnotationWidget
- COSObjectable
public class PDAnnotationWidget
This is the class that represents a widget.
createAnnotation , getAction , getActions , getAnnotationFlags , getAnnotationName , getAppearance , getAppearanceStream , getBoderStyle , getCOSObject , getColour , getContents , getDictionary , getModifiedDate , getRectangle , isHidden , isInvisible , isLocked , isNoRotate , isNoView , isNoZoom , isPrinted , isReadOnly , isToggleNoView , setAction , setActions , setAnnotationFlags , setAnnotationName , setAppearance , setAppearanceStream , setBorderStyle , setColour , setContents , setHidden , setInvisible , setLocked , setModifiedDate , setNoRotate , setNoView , setNoZoom , setPrinted , setReadOnly , setRectangle , setToggleNoView |
PDAnnotationWidget
public PDAnnotationWidget()
Constructor.
PDAnnotationWidget
public PDAnnotationWidget(COSDictionary field)
Creates a PDWidget from a COSDictionary, expected to be
a correct object definition for a field in PDF.
field
- the PDF objet to represent as a field.