public static class Gantt.FootersFonts.Font extends Object
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="Style" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Size" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="StrikeOut" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Underline" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
size |
protected Integer |
strikeOut |
protected Integer |
style |
protected Integer |
underline |
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getSize()
Gets the value of the size property.
|
Integer |
getStrikeOut()
Gets the value of the strikeOut property.
|
Integer |
getStyle()
Gets the value of the style property.
|
Integer |
getUnderline()
Gets the value of the underline property.
|
void |
setSize(Integer value)
Sets the value of the size property.
|
void |
setStrikeOut(Integer value)
Sets the value of the strikeOut property.
|
void |
setStyle(Integer value)
Sets the value of the style property.
|
void |
setUnderline(Integer value)
Sets the value of the underline property.
|
protected Integer style
protected Integer size
protected Integer strikeOut
protected Integer underline
public Integer getStyle()
Integerpublic void setStyle(Integer value)
value - allowed object is
Integerpublic Integer getSize()
Integerpublic void setSize(Integer value)
value - allowed object is
Integerpublic Integer getStrikeOut()
Integerpublic void setStrikeOut(Integer value)
value - allowed object is
Integerpublic Integer getUnderline()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.