public abstract class MarkupAnnotation extends Annotation
Abstract class representing markup annotation.
_disableUpdateAppearance
Constructor and Description |
---|
MarkupAnnotation() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreationDate()
Gets date and time when annotation was created.
|
Annotation |
getInReplyTo()
A reference to the annotation that this annotation is "in reply to".
|
double |
getOpacity()
Gets the constant opacity value to be used in painting the annotation.
|
PopupAnnotation |
getPopup()
Pop-up annotation for entering or editing the text associated with this annotation.
|
int |
getReplyType()
A string specifying the relationship (the "reply type") between this annotation
and one specified by InReplyTo.
|
String |
getRichText()
Gets a rich text string to be displayed in the pop-up window when the annotation is opened.
|
String |
getSubject()
Gets text representing desciption of the object.
|
String |
getTitle()
Gets a text that shall be displayed in title bar of annotation.
|
void |
setInReplyTo(Annotation value) |
void |
setOpacity(double value)
Sets the constant opacity value to be used in painting the annotation.
|
void |
setPopup(PopupAnnotation value) |
void |
setReplyType(int value) |
void |
setRichText(String value)
Sets a rich text string to be displayed in the pop-up window when the annotation is opened.
|
void |
setSubject(String value)
Sets text representing desciption of the object.
|
void |
setTitle(String value)
Sets a text that shall be displayed in title bar of annotation.
|
accept, flatten, getActiveState, getAlignment, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getPageIndex, getRect, getStates, getUseFontSubset, getWidth, initialize, setActiveState, setAlignment, setBorder, setColor_Rename_Namesake, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setRect, setUseFontSubset, setWidth
getHorizontalAlignment, getMargin, isInNewPage, isKeptWithNext, setHorizontalAlignment, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment
public String getTitle()
Gets a text that shall be displayed in title bar of annotation.
public void setTitle(String value)
Sets a text that shall be displayed in title bar of annotation.
public String getRichText()
Gets a rich text string to be displayed in the pop-up window when the annotation is opened.
public void setRichText(String value)
Sets a rich text string to be displayed in the pop-up window when the annotation is opened.
public Date getCreationDate()
Gets date and time when annotation was created.
public String getSubject()
Gets text representing desciption of the object.
public void setSubject(String value)
Sets text representing desciption of the object.
public PopupAnnotation getPopup()
Pop-up annotation for entering or editing the text associated with this annotation.
public void setPopup(PopupAnnotation value)
public double getOpacity()
Gets the constant opacity value to be used in painting the annotation.
public void setOpacity(double value)
Sets the constant opacity value to be used in painting the annotation.
public Annotation getInReplyTo()
A reference to the annotation that this annotation is "in reply to". Both annotations must be on the same page of the document.
public void setInReplyTo(Annotation value)
public int getReplyType()
A string specifying the relationship (the "reply type") between this annotation and one specified by InReplyTo.
public void setReplyType(int value)
Copyright © 2014 Aspose. All Rights Reserved.