public class FileAnnotationType extends Object
Java class for FileAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileAnnotationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="point" type="{http://schema.webpdf.de/1.0/operation}PointType"/>
</all>
<attGroup ref="{http://schema.webpdf.de/1.0/operation}fileAnnotationGroup"/>
<attribute name="opacity" type="{http://schema.webpdf.de/1.0/operation}OpacityType" default="100" />
<attribute name="color" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#4800FF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected IconsType |
icon |
protected Boolean |
lockedPosition |
protected Integer |
opacity |
protected Integer |
page |
protected PointType |
point |
protected String |
popupText |
| Constructor and Description |
|---|
FileAnnotationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
IconsType |
getIcon()
Gets the value of the icon property.
|
int |
getOpacity()
Gets the value of the opacity property.
|
int |
getPage()
Gets the value of the page property.
|
PointType |
getPoint()
Gets the value of the point property.
|
String |
getPopupText()
Gets the value of the popupText property.
|
boolean |
isLockedPosition()
Gets the value of the lockedPosition property.
|
boolean |
isSetColor() |
boolean |
isSetIcon() |
boolean |
isSetLockedPosition() |
boolean |
isSetOpacity() |
boolean |
isSetPage() |
boolean |
isSetPoint() |
boolean |
isSetPopupText() |
void |
setColor(String value)
Sets the value of the color property.
|
void |
setIcon(IconsType value)
Sets the value of the icon property.
|
void |
setLockedPosition(boolean value)
Sets the value of the lockedPosition property.
|
void |
setOpacity(int value)
Sets the value of the opacity property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setPoint(PointType value)
Sets the value of the point property.
|
void |
setPopupText(String value)
Sets the value of the popupText property.
|
void |
unsetLockedPosition() |
void |
unsetOpacity() |
void |
unsetPage() |
protected PointType point
protected Integer opacity
protected String color
protected Integer page
protected Boolean lockedPosition
protected String popupText
protected IconsType icon
public PointType getPoint()
PointTypepublic void setPoint(PointType value)
value - allowed object is
PointTypepublic boolean isSetPoint()
public int getOpacity()
Integerpublic void setOpacity(int value)
value - allowed object is
Integerpublic boolean isSetOpacity()
public void unsetOpacity()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public boolean isLockedPosition()
Booleanpublic void setLockedPosition(boolean value)
value - allowed object is
Booleanpublic boolean isSetLockedPosition()
public void unsetLockedPosition()
public String getPopupText()
Stringpublic void setPopupText(String value)
value - allowed object is
Stringpublic boolean isSetPopupText()
public IconsType getIcon()
IconsTypepublic void setIcon(IconsType value)
value - allowed object is
IconsTypepublic boolean isSetIcon()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.