Class TextAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseAnnotationType
-
- net.webpdf.wsclient.schema.operation.TextAnnotationType
-
public class TextAnnotationType extends BaseAnnotationType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation that adds a note icon to a page.</p>
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"/> <element name="normalAppearance" type="{http://schema.webpdf.de/1.0/operation}AppearanceSourceType" 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" /> <attribute name="appearanceGeneration" type="{http://schema.webpdf.de/1.0/operation}AppearanceGenerationType" default="nonStandard" /> <attribute name="customIconName" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AppearanceGenerationTypeappearanceGenerationprotected StringcustomIconNameprotected TextAnnotationIconsTypeiconprotected BooleaninitialOpenprotected AppearanceSourceTypenormalAppearanceprotected RectangleTypeposition
-
Constructor Summary
Constructors Constructor Description TextAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppearanceGenerationTypegetAppearanceGeneration()Gets the value of the appearanceGeneration property.StringgetCustomIconName()Gets the value of the customIconName property.TextAnnotationIconsTypegetIcon()Gets the value of the icon property.AppearanceSourceTypegetNormalAppearance()Gets the value of the normalAppearance property.RectangleTypegetPosition()Gets the value of the position property.booleanisInitialOpen()Gets the value of the initialOpen property.booleanisSetAppearanceGeneration()booleanisSetCustomIconName()booleanisSetIcon()booleanisSetInitialOpen()booleanisSetNormalAppearance()booleanisSetPosition()voidsetAppearanceGeneration(AppearanceGenerationType value)Sets the value of the appearanceGeneration property.voidsetCustomIconName(String value)Sets the value of the customIconName property.voidsetIcon(TextAnnotationIconsType value)Sets the value of the icon property.voidsetInitialOpen(boolean value)Sets the value of the initialOpen property.voidsetNormalAppearance(AppearanceSourceType value)Sets the value of the normalAppearance property.voidsetPosition(RectangleType value)Sets the value of the position property.voidunsetInitialOpen()-
Methods inherited from class net.webpdf.wsclient.schema.operation.BaseAnnotationType
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, unsetZoomable
-
-
-
-
Field Detail
-
position
protected RectangleType position
-
normalAppearance
protected AppearanceSourceType normalAppearance
-
icon
protected TextAnnotationIconsType icon
-
initialOpen
protected Boolean initialOpen
-
appearanceGeneration
protected AppearanceGenerationType appearanceGeneration
-
customIconName
protected String customIconName
-
-
Method Detail
-
getPosition
public RectangleType getPosition()
Gets the value of the position property.- Returns:
- possible object is
RectangleType
-
setPosition
public void setPosition(RectangleType value)
Sets the value of the position property.- Parameters:
value- allowed object isRectangleType
-
isSetPosition
public boolean isSetPosition()
-
getNormalAppearance
public AppearanceSourceType getNormalAppearance()
Gets the value of the normalAppearance property.- Returns:
- possible object is
AppearanceSourceType
-
setNormalAppearance
public void setNormalAppearance(AppearanceSourceType value)
Sets the value of the normalAppearance property.- Parameters:
value- allowed object isAppearanceSourceType
-
isSetNormalAppearance
public boolean isSetNormalAppearance()
-
getIcon
public TextAnnotationIconsType getIcon()
Gets the value of the icon property.- Returns:
- possible object is
TextAnnotationIconsType
-
setIcon
public void setIcon(TextAnnotationIconsType value)
Sets the value of the icon property.- Parameters:
value- allowed object isTextAnnotationIconsType
-
isSetIcon
public boolean isSetIcon()
-
isInitialOpen
public boolean isInitialOpen()
Gets the value of the initialOpen property.- Returns:
- possible object is
Boolean
-
setInitialOpen
public void setInitialOpen(boolean value)
Sets the value of the initialOpen property.- Parameters:
value- allowed object isBoolean
-
isSetInitialOpen
public boolean isSetInitialOpen()
-
unsetInitialOpen
public void unsetInitialOpen()
-
getAppearanceGeneration
public AppearanceGenerationType getAppearanceGeneration()
Gets the value of the appearanceGeneration property.- Returns:
- possible object is
AppearanceGenerationType
-
setAppearanceGeneration
public void setAppearanceGeneration(AppearanceGenerationType value)
Sets the value of the appearanceGeneration property.- Parameters:
value- allowed object isAppearanceGenerationType
-
isSetAppearanceGeneration
public boolean isSetAppearanceGeneration()
-
getCustomIconName
public String getCustomIconName()
Gets the value of the customIconName property.- Returns:
- possible object is
String
-
setCustomIconName
public void setCustomIconName(String value)
Sets the value of the customIconName property.- Parameters:
value- allowed object isString
-
isSetCustomIconName
public boolean isSetCustomIconName()
-
-