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()
String
public void setFooterLeft(String value)
value
- allowed object is
String
public String getFooterCenter()
String
public void setFooterCenter(String value)
value
- allowed object is
String
public String getFooterRight()
String
public void setFooterRight(String value)
value
- allowed object is
String
public Integer getFooterLineSpace()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.