org.pdfbox.pdmodel.interactive.annotation
Class PDAnnotationWidget
java.lang.Object
org.pdfbox.pdmodel.interactive.annotation.PDAnnotation
org.pdfbox.pdmodel.interactive.annotation.PDAnnotationWidget
- All Implemented Interfaces:
- COSObjectable
- public class PDAnnotationWidget
- extends PDAnnotation
This is the class that represents a widget.
- Version:
- $Revision: 1.3 $
- Author:
- Ben Litchfield
| Methods inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotation |
createAnnotation, getAction, getActions, getAnnotationFlags, getAnnotationName, getAppearance, getAppearanceStream, getBoderStyle, getColour, getContents, getCOSObject, 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUB_TYPE
public static final String SUB_TYPE
- The type of annotation.
- See Also:
- Constant Field Values
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.
- Parameters:
field - the PDF objet to represent as a field.