|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Text
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, getModifiedDate, getName, getOpacity, getRectangle, getSubject, 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, setModifiedDate, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPrintable, setReadOnly, setRectangle, setSubject, setSubtype, setTriggerActions, shiftRectangle |
| Field Detail |
|---|
static final String ICON_NOTE
static final String ICON_COMMENT
static final String ICON_KEY
static final String ICON_HELP
static final String ICON_NEWPARAGRAPH
static final String ICON_PARAGRAPH
static final String ICON_INSERT
static final String ICON_DEFAULT
| Method Detail |
|---|
String getIconName()
boolean isInitialOpen()
void setInitialOpen(boolean initOpen)
initOpen - The new value of the initial open flag.String getContents()
getContents in interface Annotationvoid setContents(String contents)
void setIconName(String iconName)
void setState(String state)
state - The new value of the State.String getState()
void setStateModel(String stateModel)
stateModel - The new value of the StateModel.String getStateModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||