public static class Gantt.FootersFonts 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">
<sequence>
<element name="Font" maxOccurs="unbounded">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Gantt.FootersFonts.Font
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Gantt.FootersFonts.Font> |
font |
| Constructor and Description |
|---|
FootersFonts() |
| Modifier and Type | Method and Description |
|---|---|
List<Gantt.FootersFonts.Font> |
getFont()
Gets the value of the font property.
|
protected List<Gantt.FootersFonts.Font> font
public List<Gantt.FootersFonts.Font> getFont()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the Jakarta XML Binding object.
This is why there is not a set method for the font property.
For example, to add a new item, do as follows:
getFont().add(newItem);
Objects of the following type(s) are allowed in the list
Gantt.FootersFonts.Font
Copyright © 2000–2025 MPXJ. All rights reserved.