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()
Integer
public void setAllRows(Integer value)
value
- allowed object is
Integer
public Integer getFromTask()
Integer
public void setFromTask(Integer value)
value
- allowed object is
Integer
public Integer getToTask()
Integer
public void setToTask(Integer value)
value
- allowed object is
Integer
public Integer getNumberOfLeftColumnsCompDisp()
Integer
public void setNumberOfLeftColumnsCompDisp(Integer value)
value
- allowed object is
Integer
public Integer getNumberOfLeftColumns()
Integer
public void setNumberOfLeftColumns(Integer value)
value
- allowed object is
Integer
public Integer getShowTaskNumbers()
Integer
public void setShowTaskNumbers(Integer value)
value
- allowed object is
Integer
public Integer getLeftColumnsOnPage1Only()
Integer
public void setLeftColumnsOnPage1Only(Integer value)
value
- allowed object is
Integer
public Integer getDateOnRightCompDisp()
Integer
public void setDateOnRightCompDisp(Integer value)
value
- allowed object is
Integer
public LocalDate getFromDate()
String
public void setFromDate(LocalDate value)
value
- allowed object is
String
public LocalDate getToDate()
String
public void setToDate(LocalDate value)
value
- allowed object is
String
public Integer getFitToPage()
Integer
public void setFitToPage(Integer value)
value
- allowed object is
Integer
public Integer getNumberOfPages()
Integer
public void setNumberOfPages(Integer value)
value
- allowed object is
Integer
public Integer getFitHorizontal()
Integer
public void setFitHorizontal(Integer value)
value
- allowed object is
Integer
public Integer getNumberSequence()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.