public interface Text extends Annotation
Modifier and Type | Field and Description |
---|---|
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 |
BORDERSTYLE_BEVELED, BORDERSTYLE_CLOUD, BORDERSTYLE_DASHED, BORDERSTYLE_INSETS, BORDERSTYLE_SOLID, BORDERSTYLE_UNDERLINE, FLAGS_HIDDEN, FLAGS_INVISIBLE, FLAGS_LOCKED, FLAGS_NOROTATE, FLAGS_NOVIEW, FLAGS_NOZOOM, FLAGS_PRINTABLE, FLAGS_READONLY
Modifier and Type | Method and Description |
---|---|
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.
|
getActions, getBorderStyle, getBorderWidth, getCheckmarkStatus, getColor, getComponent, getCreator, getFlags, getModifiedDate, getName, getOpacity, getRectangle, getReviewHistory, getSubject, getSubtype, getTriggerActions, isHidden, isInvisible, isLocked, isNoRotate, isNoView, isNoZoom, isPrintable, isReadOnly, paint, print, revalidate, setActions, setBorderStyle, setBorderWidth, setColor, setComponent, setComponentVisible, setCreator, setFlags, setHidden, setInvisible, setLayer, setLocked, setModifiedDate, setName, setNoRotate, setNoView, setNoZoom, setOpacity, setPrintable, setReadOnly, setRectangle, setSubject, setSubtype, setTriggerActions, shiftRectangle
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
String getIconName()
boolean isInitialOpen()
void setInitialOpen(boolean initOpen)
initOpen
- The new value of the initial open flag.String getContents()
getContents
in interface Annotation
void 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()