public class TextAnnotationType extends BaseAnnotationType
Java class for TextAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextAnnotationType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseAnnotationType">
<all>
<element name="position" type="{http://schema.webpdf.de/1.0/operation}RectangleType" minOccurs="0"/>
</all>
<attribute name="icon" type="{http://schema.webpdf.de/1.0/operation}TextAnnotationIconsType" default="note" />
<attribute name="initialOpen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TextAnnotationIconsType |
icon |
protected Boolean |
initialOpen |
protected RectangleType |
position |
| Constructor and Description |
|---|
TextAnnotationType() |
| Modifier and Type | Method and Description |
|---|---|
TextAnnotationIconsType |
getIcon()
Gets the value of the icon property.
|
RectangleType |
getPosition()
Gets the value of the position property.
|
boolean |
isInitialOpen()
Gets the value of the initialOpen property.
|
boolean |
isSetIcon() |
boolean |
isSetInitialOpen() |
boolean |
isSetPosition() |
void |
setIcon(TextAnnotationIconsType value)
Sets the value of the icon property.
|
void |
setInitialOpen(boolean value)
Sets the value of the initialOpen property.
|
void |
setPosition(RectangleType value)
Sets the value of the position property.
|
void |
unsetInitialOpen() |
getColor, getContents, getCreator, getIntents, getName, getOpacity, getPage, getSubject, isHidden, isInvisible, isLocked, isPrintable, isRotatable, isSetColor, isSetContents, isSetCreator, isSetHidden, isSetIntents, isSetInvisible, isSetLocked, isSetName, isSetOpacity, isSetPage, isSetPrintable, isSetRotatable, isSetSubject, isSetViewable, isSetWritable, isSetZoomable, isViewable, isWritable, isZoomable, setColor, setContents, setCreator, setHidden, setIntents, setInvisible, setLocked, setName, setOpacity, setPage, setPrintable, setRotatable, setSubject, setViewable, setWritable, setZoomable, unsetHidden, unsetInvisible, unsetLocked, unsetOpacity, unsetPage, unsetPrintable, unsetRotatable, unsetViewable, unsetWritable, unsetZoomableprotected RectangleType position
protected TextAnnotationIconsType icon
protected Boolean initialOpen
public RectangleType getPosition()
RectangleTypepublic void setPosition(RectangleType value)
value - allowed object is
RectangleTypepublic boolean isSetPosition()
public TextAnnotationIconsType getIcon()
TextAnnotationIconsTypepublic void setIcon(TextAnnotationIconsType value)
value - allowed object is
TextAnnotationIconsTypepublic boolean isSetIcon()
public boolean isInitialOpen()
Booleanpublic void setInitialOpen(boolean value)
value - allowed object is
Booleanpublic boolean isSetInitialOpen()
public void unsetInitialOpen()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.