|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface representing a Text annotation in a PDF document. Text annotations are displayed as a note icon on the PDF document and open a text box to show its contents when double-clicked.
| Field Summary | |
static String |
ICON_COMMENT
|
static String |
ICON_DEFAULT
|
static String |
ICON_HELP
|
static String |
ICON_INSERT
|
static String |
ICON_KEY
|
static String |
ICON_NEWPARAGRAPH
|
static String |
ICON_NOTE
|
static String |
ICON_PARAGRAPH
|
| Fields inherited from interface com.qoppa.pdf.annotations.Annotation |
BORDERSTYLE_BEVELED, BORDERSTYLE_DASHED, BORDERSTYLE_INSETS, BORDERSTYLE_SOLID, BORDERSTYLE_UNDERLINE, FLAGS_HIDDEN, FLAGS_INVISIBLE, FLAGS_LOCKED, FLAGS_NOROTATE, FLAGS_NOVIEW, FLAGS_NOZOOM, FLAGS_PRINTABLE, FLAGS_READONLY |
| Method Summary | |
String |
getContents()
Returns the string contents for this annotation. |
String |
getIconName()
Returns the name of the icon for this annotation. |
String |
getState()
Returns the string State for this annotation |
String |
getStateModel()
Returns the string StateModel for this annotation |
boolean |
isInitialOpen()
Returns the value of the InitialOpen flag. |
void |
setContents(String contents)
Sets the string contents for this annotation. |
void |
setIconName(String iconName)
|
void |
setInitialOpen(boolean initOpen)
Sets the initial open flag. |
void |
setState(String state)
Sets the State for this annotation. |
void |
setStateModel(String stateModel)
Sets the StateModel for this annotation. |
| Methods inherited from interface com.qoppa.pdf.annotations.Annotation |
getActions, getBorderStyle, getBorderWidth, getColor, getComponent, getCreationDate, getCreator, getFlags, getName, getOpacity, getRectangle, getSubtype, getTriggerActions, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrintable, isReadOnly, paint, paint, print, revalidate, setActions, setBorderStyle, setBorderWidth, setColor, setComponent, setComponentVisible, setCreationDate, setCreator, setFlags, setHidden, setInvisible, setLayer, setLocked, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPrintable, setReadOnly, setRectangle, setSubtype, setTriggerActions, shiftRectangle |
| Field Detail |
public static final String ICON_NOTE
public static final String ICON_COMMENT
public static final String ICON_KEY
public static final String ICON_HELP
public static final String ICON_NEWPARAGRAPH
public static final String ICON_PARAGRAPH
public static final String ICON_INSERT
public static final String ICON_DEFAULT
| Method Detail |
public String getIconName()
public boolean isInitialOpen()
public void setInitialOpen(boolean initOpen)
initOpen - The new value of the initial open flag.public String getContents()
getContents in interface Annotationpublic void setContents(String contents)
public void setIconName(String iconName)
public void setState(String state)
state - The new value of the State.public String getState()
public void setStateModel(String stateModel)
stateModel - The new value of the StateModel.public String getStateModel()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||