public class Font extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="relativeSize" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
relativeSize |
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRelativeSize()
Gets the value of the relativeSize property.
|
boolean |
isSetRelativeSize() |
void |
setRelativeSize(int value)
Sets the value of the relativeSize property.
|
void |
unsetRelativeSize() |
protected Integer relativeSize
public int getRelativeSize()
Integerpublic void setRelativeSize(int value)
value - allowed object is
Integerpublic boolean isSetRelativeSize()
public void unsetRelativeSize()
Copyright © 2023. All rights reserved.