public static class Gantt.Footers 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="FooterLeft" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FooterCenter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FooterRight" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="FooterLineSpace" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
footerCenter |
protected String |
footerLeft |
protected Integer |
footerLineSpace |
protected String |
footerRight |
| Constructor and Description |
|---|
Footers() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFooterCenter()
Gets the value of the footerCenter property.
|
String |
getFooterLeft()
Gets the value of the footerLeft property.
|
Integer |
getFooterLineSpace()
Gets the value of the footerLineSpace property.
|
String |
getFooterRight()
Gets the value of the footerRight property.
|
void |
setFooterCenter(String value)
Sets the value of the footerCenter property.
|
void |
setFooterLeft(String value)
Sets the value of the footerLeft property.
|
void |
setFooterLineSpace(Integer value)
Sets the value of the footerLineSpace property.
|
void |
setFooterRight(String value)
Sets the value of the footerRight property.
|
protected String footerLeft
protected String footerCenter
protected String footerRight
protected Integer footerLineSpace
public String getFooterLeft()
Stringpublic void setFooterLeft(String value)
value - allowed object is
Stringpublic String getFooterCenter()
Stringpublic void setFooterCenter(String value)
value - allowed object is
Stringpublic String getFooterRight()
Stringpublic void setFooterRight(String value)
value - allowed object is
Stringpublic Integer getFooterLineSpace()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.