public static class Gantt.Print 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="allRows" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="fromTask" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="toTask" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="numberOfLeftColumnsCompDisp" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="numberOfLeftColumns" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="showTaskNumbers" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="leftColumnsOnPage1Only" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="dateOnRightCompDisp" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="fromDate" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="toDate" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="fitToPage" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="numberOfPages" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="fitHorizontal" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="NumberSequence" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
allRows |
protected Integer |
dateOnRightCompDisp |
protected Integer |
fitHorizontal |
protected Integer |
fitToPage |
protected LocalDate |
fromDate |
protected Integer |
fromTask |
protected Integer |
leftColumnsOnPage1Only |
protected Integer |
numberOfLeftColumns |
protected Integer |
numberOfLeftColumnsCompDisp |
protected Integer |
numberOfPages |
protected Integer |
numberSequence |
protected Integer |
showTaskNumbers |
protected LocalDate |
toDate |
protected Integer |
toTask |
| Constructor and Description |
|---|
Print() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAllRows()
Gets the value of the allRows property.
|
Integer |
getDateOnRightCompDisp()
Gets the value of the dateOnRightCompDisp property.
|
Integer |
getFitHorizontal()
Gets the value of the fitHorizontal property.
|
Integer |
getFitToPage()
Gets the value of the fitToPage property.
|
LocalDate |
getFromDate()
Gets the value of the fromDate property.
|
Integer |
getFromTask()
Gets the value of the fromTask property.
|
Integer |
getLeftColumnsOnPage1Only()
Gets the value of the leftColumnsOnPage1Only property.
|
Integer |
getNumberOfLeftColumns()
Gets the value of the numberOfLeftColumns property.
|
Integer |
getNumberOfLeftColumnsCompDisp()
Gets the value of the numberOfLeftColumnsCompDisp property.
|
Integer |
getNumberOfPages()
Gets the value of the numberOfPages property.
|
Integer |
getNumberSequence()
Gets the value of the numberSequence property.
|
Integer |
getShowTaskNumbers()
Gets the value of the showTaskNumbers property.
|
LocalDate |
getToDate()
Gets the value of the toDate property.
|
Integer |
getToTask()
Gets the value of the toTask property.
|
void |
setAllRows(Integer value)
Sets the value of the allRows property.
|
void |
setDateOnRightCompDisp(Integer value)
Sets the value of the dateOnRightCompDisp property.
|
void |
setFitHorizontal(Integer value)
Sets the value of the fitHorizontal property.
|
void |
setFitToPage(Integer value)
Sets the value of the fitToPage property.
|
void |
setFromDate(LocalDate value)
Sets the value of the fromDate property.
|
void |
setFromTask(Integer value)
Sets the value of the fromTask property.
|
void |
setLeftColumnsOnPage1Only(Integer value)
Sets the value of the leftColumnsOnPage1Only property.
|
void |
setNumberOfLeftColumns(Integer value)
Sets the value of the numberOfLeftColumns property.
|
void |
setNumberOfLeftColumnsCompDisp(Integer value)
Sets the value of the numberOfLeftColumnsCompDisp property.
|
void |
setNumberOfPages(Integer value)
Sets the value of the numberOfPages property.
|
void |
setNumberSequence(Integer value)
Sets the value of the numberSequence property.
|
void |
setShowTaskNumbers(Integer value)
Sets the value of the showTaskNumbers property.
|
void |
setToDate(LocalDate value)
Sets the value of the toDate property.
|
void |
setToTask(Integer value)
Sets the value of the toTask property.
|
protected Integer allRows
protected Integer fromTask
protected Integer toTask
protected Integer numberOfLeftColumnsCompDisp
protected Integer numberOfLeftColumns
protected Integer showTaskNumbers
protected Integer leftColumnsOnPage1Only
protected Integer dateOnRightCompDisp
protected LocalDate fromDate
protected LocalDate toDate
protected Integer fitToPage
protected Integer numberOfPages
protected Integer fitHorizontal
protected Integer numberSequence
public Integer getAllRows()
Integerpublic void setAllRows(Integer value)
value - allowed object is
Integerpublic Integer getFromTask()
Integerpublic void setFromTask(Integer value)
value - allowed object is
Integerpublic Integer getToTask()
Integerpublic void setToTask(Integer value)
value - allowed object is
Integerpublic Integer getNumberOfLeftColumnsCompDisp()
Integerpublic void setNumberOfLeftColumnsCompDisp(Integer value)
value - allowed object is
Integerpublic Integer getNumberOfLeftColumns()
Integerpublic void setNumberOfLeftColumns(Integer value)
value - allowed object is
Integerpublic Integer getShowTaskNumbers()
Integerpublic void setShowTaskNumbers(Integer value)
value - allowed object is
Integerpublic Integer getLeftColumnsOnPage1Only()
Integerpublic void setLeftColumnsOnPage1Only(Integer value)
value - allowed object is
Integerpublic Integer getDateOnRightCompDisp()
Integerpublic void setDateOnRightCompDisp(Integer value)
value - allowed object is
Integerpublic LocalDate getFromDate()
Stringpublic void setFromDate(LocalDate value)
value - allowed object is
Stringpublic LocalDate getToDate()
Stringpublic void setToDate(LocalDate value)
value - allowed object is
Stringpublic Integer getFitToPage()
Integerpublic void setFitToPage(Integer value)
value - allowed object is
Integerpublic Integer getNumberOfPages()
Integerpublic void setNumberOfPages(Integer value)
value - allowed object is
Integerpublic Integer getFitHorizontal()
Integerpublic void setFitHorizontal(Integer value)
value - allowed object is
Integerpublic Integer getNumberSequence()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.