public final class PopupAnnotation extends Annotation
Represents the pop-up annotation that displays text in a pop-up window for entry and editing.
_disableUpdateAppearance
Constructor and Description |
---|
PopupAnnotation(Page page,
Rectangle rect)
Creates new Popup annotation on the specified page.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(AnnotationSelector visitor)
Accepts visitor object to process the annotation.
|
boolean |
getOpen()
Gets a flag specifying whether the pop-up annotation should initially be displayed open.
|
void |
setOpen(boolean value)
Sets a flag specifying whether the pop-up annotation should initially be displayed open.
|
void |
writeXfdf(com.aspose.ms.System.Xml.XmlWriter writer) |
createAnnotation, 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, getWidth, initialize, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setRect, setWidth
deepClone, getMargin, isKeptWithNext, isKeptWithNext, setHorizontalAlignment, setMargin, setVerticalAlignment
public void writeXfdf(com.aspose.ms.System.Xml.XmlWriter writer)
public boolean getOpen()
Gets a flag specifying whether the pop-up annotation should initially be displayed open.
public void setOpen(boolean value)
Sets a flag specifying whether the pop-up annotation should initially be displayed open.
public void accept(AnnotationSelector visitor)
Accepts visitor object to process the annotation.
accept
in class Annotation
visitor
- Visitor object.Copyright © 2018 Aspose. All Rights Reserved.