public static class Gantt.Headers 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="HeaderLeft" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="HeaderCenter" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="HeaderRight" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="HeaderLineSpace" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
headerCenter |
protected String |
headerLeft |
protected Integer |
headerLineSpace |
protected String |
headerRight |
Constructor and Description |
---|
Headers() |
Modifier and Type | Method and Description |
---|---|
String |
getHeaderCenter()
Gets the value of the headerCenter property.
|
String |
getHeaderLeft()
Gets the value of the headerLeft property.
|
Integer |
getHeaderLineSpace()
Gets the value of the headerLineSpace property.
|
String |
getHeaderRight()
Gets the value of the headerRight property.
|
void |
setHeaderCenter(String value)
Sets the value of the headerCenter property.
|
void |
setHeaderLeft(String value)
Sets the value of the headerLeft property.
|
void |
setHeaderLineSpace(Integer value)
Sets the value of the headerLineSpace property.
|
void |
setHeaderRight(String value)
Sets the value of the headerRight property.
|
protected String headerLeft
protected String headerCenter
protected String headerRight
protected Integer headerLineSpace
public String getHeaderLeft()
String
public void setHeaderLeft(String value)
value
- allowed object is
String
public String getHeaderCenter()
String
public void setHeaderCenter(String value)
value
- allowed object is
String
public String getHeaderRight()
String
public void setHeaderRight(String value)
value
- allowed object is
String
public Integer getHeaderLineSpace()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.