|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfbox.pdmodel.interactive.annotation.PDAnnotation
org.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup
org.pdfbox.pdmodel.interactive.annotation.PDAnnotationText
public class PDAnnotationText
This is the class that represents a text annotation.
| Field Summary | |
|---|---|
static java.lang.String |
NAME_COMMENT
Constant for the name of a text annotation. |
static java.lang.String |
NAME_HELP
Constant for the name of a text annotation. |
static java.lang.String |
NAME_INSERT
Constant for the name of a text annotation. |
static java.lang.String |
NAME_KEY
Constant for the name of a text annotation. |
static java.lang.String |
NAME_NEW_PARAGRAPH
Constant for the name of a text annotation. |
static java.lang.String |
NAME_NOTE
Constant for the name of a text annotation. |
static java.lang.String |
NAME_PARAGRAPH
Constant for the name of a text annotation. |
static java.lang.String |
SUB_TYPE
The type of annotation. |
| Fields inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup |
|---|
RT_GROUP, RT_REPLY |
| Fields inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotation |
|---|
FLAG_HIDDEN, FLAG_INVISIBLE, FLAG_LOCKED, FLAG_NO_ROTATE, FLAG_NO_VIEW, FLAG_NO_ZOOM, FLAG_PRINTED, FLAG_READ_ONLY, FLAG_TOGGLE_NO_VIEW |
| Constructor Summary | |
|---|---|
PDAnnotationText()
Constructor. |
|
PDAnnotationText(COSDictionary field)
Creates a Text annotation from a COSDictionary, expected to be a correct object definition. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
This will retrieve the name (and hence appearance, AP taking precedence) For this annotation. |
boolean |
getOpen()
This will retrieve the initial state of the annotation, open Or closed (default closed). |
void |
setName(java.lang.String name)
This will set the name (and hence appearance, AP taking precedence) For this annotation. |
void |
setOpen(boolean open)
This will set inital state of the annotation, open or closed. |
| Methods inherited from class org.pdfbox.pdmodel.interactive.annotation.PDAnnotationMarkup |
|---|
getConstantOpacity, getCreationDate, getInReplyTo, getIntent, getPopup, getReplyType, getRichContents, getSubject, getTitlePopup, setConstantOpacity, setCreationDate, setInReplyTo, setIntent, setPopup, setReplyType, setRichContents, setSubject, setTitlePopup |
| 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 |
| Field Detail |
|---|
public static final java.lang.String NAME_COMMENT
public static final java.lang.String NAME_KEY
public static final java.lang.String NAME_NOTE
public static final java.lang.String NAME_HELP
public static final java.lang.String NAME_NEW_PARAGRAPH
public static final java.lang.String NAME_PARAGRAPH
public static final java.lang.String NAME_INSERT
public static final java.lang.String SUB_TYPE
| Constructor Detail |
|---|
public PDAnnotationText()
public PDAnnotationText(COSDictionary field)
field - the PDF objet to represent as a field.| Method Detail |
|---|
public void setOpen(boolean open)
open - Boolean value, true = open false = closedpublic boolean getOpen()
public void setName(java.lang.String name)
name - The name of the annotationpublic java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||