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" />
<attribute name="width" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="height" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected Float |
height |
protected IconsType |
icon |
protected Boolean |
lockedPosition |
protected Integer |
opacity |
protected Integer |
page |
protected PointType |
point |
protected String |
popupText |
protected Float |
width |
| Constructor and Description |
|---|
FileAnnotationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
float |
getHeight()
Gets the value of the height 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.
|
float |
getWidth()
Gets the value of the width property.
|
boolean |
isLockedPosition()
Gets the value of the lockedPosition property.
|
boolean |
isSetColor() |
boolean |
isSetHeight() |
boolean |
isSetIcon() |
boolean |
isSetLockedPosition() |
boolean |
isSetOpacity() |
boolean |
isSetPage() |
boolean |
isSetPoint() |
boolean |
isSetPopupText() |
boolean |
isSetWidth() |
void |
setColor(String value)
Sets the value of the color property.
|
void |
setHeight(float value)
Sets the value of the height 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 |
setWidth(float value)
Sets the value of the width property.
|
void |
unsetHeight() |
void |
unsetLockedPosition() |
void |
unsetOpacity() |
void |
unsetPage() |
void |
unsetWidth() |
protected PointType point
protected Integer opacity
protected String color
protected Float width
protected Float height
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 float getWidth()
Floatpublic void setWidth(float value)
value - allowed object is
Floatpublic boolean isSetWidth()
public void unsetWidth()
public float getHeight()
Floatpublic void setHeight(float value)
value - allowed object is
Floatpublic boolean isSetHeight()
public void unsetHeight()
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–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.