public static class Gantt.TextStyles 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="Color" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Flag" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Deadline" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Gantt.TextStyles.Font
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
deadline |
protected String |
flag |
protected List<Gantt.TextStyles.Font> |
font |
Constructor and Description |
---|
TextStyles() |
Modifier and Type | Method and Description |
---|---|
String |
getDeadline()
Gets the value of the deadline property.
|
String |
getFlag()
Gets the value of the flag property.
|
List<Gantt.TextStyles.Font> |
getFont()
Gets the value of the font property.
|
void |
setDeadline(String value)
Sets the value of the deadline property.
|
void |
setFlag(String value)
Sets the value of the flag property.
|
protected List<Gantt.TextStyles.Font> font
protected String flag
protected String deadline
public List<Gantt.TextStyles.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.TextStyles.Font
public String getFlag()
String
public void setFlag(String value)
value
- allowed object is
String
public String getDeadline()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.