public static class Document.PrintingProperties 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"> <all> <element name="PrintOrientation" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="MarginLeft" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="MarginRight" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="MarginTop" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="MarginBottom" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="MarginHeader" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="MarginFooter" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="FitTo" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="PagesH" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="PagesV" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="TimescaleMode" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="DoPrintGrid" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="FinishDate" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="HeaderLeft" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="HeaderCenter" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="HeaderRight" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="FooterLeft" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="FooterCenter" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="FooterRight" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="LegendMode" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="FirstPageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="PrintView" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="HeaderFooterFontName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="HeaderFooterFontSize" type="{http://www.w3.org/2001/XMLSchema}int"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
doPrintGrid |
protected LocalDate |
finishDate |
protected Integer |
firstPageNumber |
protected Integer |
fitTo |
protected String |
footerCenter |
protected String |
footerLeft |
protected String |
footerRight |
protected String |
headerCenter |
protected String |
headerFooterFontName |
protected Integer |
headerFooterFontSize |
protected String |
headerLeft |
protected String |
headerRight |
protected Integer |
legendMode |
protected BigDecimal |
marginBottom |
protected BigDecimal |
marginFooter |
protected BigDecimal |
marginHeader |
protected BigDecimal |
marginLeft |
protected BigDecimal |
marginRight |
protected BigDecimal |
marginTop |
protected Integer |
pagesH |
protected Integer |
pagesV |
protected Integer |
printOrientation |
protected String |
printView |
protected LocalDate |
startDate |
protected Integer |
timescaleMode |
Constructor and Description |
---|
PrintingProperties() |
Modifier and Type | Method and Description |
---|---|
LocalDate |
getFinishDate()
Gets the value of the finishDate property.
|
Integer |
getFirstPageNumber()
Gets the value of the firstPageNumber property.
|
Integer |
getFitTo()
Gets the value of the fitTo property.
|
String |
getFooterCenter()
Gets the value of the footerCenter property.
|
String |
getFooterLeft()
Gets the value of the footerLeft property.
|
String |
getFooterRight()
Gets the value of the footerRight property.
|
String |
getHeaderCenter()
Gets the value of the headerCenter property.
|
String |
getHeaderFooterFontName()
Gets the value of the headerFooterFontName property.
|
Integer |
getHeaderFooterFontSize()
Gets the value of the headerFooterFontSize property.
|
String |
getHeaderLeft()
Gets the value of the headerLeft property.
|
String |
getHeaderRight()
Gets the value of the headerRight property.
|
Integer |
getLegendMode()
Gets the value of the legendMode property.
|
BigDecimal |
getMarginBottom()
Gets the value of the marginBottom property.
|
BigDecimal |
getMarginFooter()
Gets the value of the marginFooter property.
|
BigDecimal |
getMarginHeader()
Gets the value of the marginHeader property.
|
BigDecimal |
getMarginLeft()
Gets the value of the marginLeft property.
|
BigDecimal |
getMarginRight()
Gets the value of the marginRight property.
|
BigDecimal |
getMarginTop()
Gets the value of the marginTop property.
|
Integer |
getPagesH()
Gets the value of the pagesH property.
|
Integer |
getPagesV()
Gets the value of the pagesV property.
|
Integer |
getPrintOrientation()
Gets the value of the printOrientation property.
|
String |
getPrintView()
Gets the value of the printView property.
|
LocalDate |
getStartDate()
Gets the value of the startDate property.
|
Integer |
getTimescaleMode()
Gets the value of the timescaleMode property.
|
boolean |
isDoPrintGrid()
Gets the value of the doPrintGrid property.
|
void |
setDoPrintGrid(boolean value)
Sets the value of the doPrintGrid property.
|
void |
setFinishDate(LocalDate value)
Sets the value of the finishDate property.
|
void |
setFirstPageNumber(Integer value)
Sets the value of the firstPageNumber property.
|
void |
setFitTo(Integer value)
Sets the value of the fitTo property.
|
void |
setFooterCenter(String value)
Sets the value of the footerCenter property.
|
void |
setFooterLeft(String value)
Sets the value of the footerLeft property.
|
void |
setFooterRight(String value)
Sets the value of the footerRight property.
|
void |
setHeaderCenter(String value)
Sets the value of the headerCenter property.
|
void |
setHeaderFooterFontName(String value)
Sets the value of the headerFooterFontName property.
|
void |
setHeaderFooterFontSize(Integer value)
Sets the value of the headerFooterFontSize property.
|
void |
setHeaderLeft(String value)
Sets the value of the headerLeft property.
|
void |
setHeaderRight(String value)
Sets the value of the headerRight property.
|
void |
setLegendMode(Integer value)
Sets the value of the legendMode property.
|
void |
setMarginBottom(BigDecimal value)
Sets the value of the marginBottom property.
|
void |
setMarginFooter(BigDecimal value)
Sets the value of the marginFooter property.
|
void |
setMarginHeader(BigDecimal value)
Sets the value of the marginHeader property.
|
void |
setMarginLeft(BigDecimal value)
Sets the value of the marginLeft property.
|
void |
setMarginRight(BigDecimal value)
Sets the value of the marginRight property.
|
void |
setMarginTop(BigDecimal value)
Sets the value of the marginTop property.
|
void |
setPagesH(Integer value)
Sets the value of the pagesH property.
|
void |
setPagesV(Integer value)
Sets the value of the pagesV property.
|
void |
setPrintOrientation(Integer value)
Sets the value of the printOrientation property.
|
void |
setPrintView(String value)
Sets the value of the printView property.
|
void |
setStartDate(LocalDate value)
Sets the value of the startDate property.
|
void |
setTimescaleMode(Integer value)
Sets the value of the timescaleMode property.
|
protected Integer printOrientation
protected BigDecimal marginLeft
protected BigDecimal marginRight
protected BigDecimal marginTop
protected BigDecimal marginBottom
protected BigDecimal marginHeader
protected BigDecimal marginFooter
protected Integer fitTo
protected Integer pagesH
protected Integer pagesV
protected Integer timescaleMode
protected boolean doPrintGrid
protected LocalDate startDate
protected LocalDate finishDate
protected String headerLeft
protected String headerCenter
protected String headerRight
protected String footerLeft
protected String footerCenter
protected String footerRight
protected Integer legendMode
protected Integer firstPageNumber
protected String printView
protected String headerFooterFontName
protected Integer headerFooterFontSize
public Integer getPrintOrientation()
String
public void setPrintOrientation(Integer value)
value
- allowed object is
String
public BigDecimal getMarginLeft()
BigDecimal
public void setMarginLeft(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getMarginRight()
BigDecimal
public void setMarginRight(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getMarginTop()
BigDecimal
public void setMarginTop(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getMarginBottom()
BigDecimal
public void setMarginBottom(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getMarginHeader()
BigDecimal
public void setMarginHeader(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getMarginFooter()
BigDecimal
public void setMarginFooter(BigDecimal value)
value
- allowed object is
BigDecimal
public Integer getFitTo()
String
public void setFitTo(Integer value)
value
- allowed object is
String
public Integer getPagesH()
String
public void setPagesH(Integer value)
value
- allowed object is
String
public Integer getPagesV()
String
public void setPagesV(Integer value)
value
- allowed object is
String
public Integer getTimescaleMode()
String
public void setTimescaleMode(Integer value)
value
- allowed object is
String
public boolean isDoPrintGrid()
public void setDoPrintGrid(boolean value)
public LocalDate getStartDate()
String
public void setStartDate(LocalDate value)
value
- allowed object is
String
public LocalDate getFinishDate()
String
public void setFinishDate(LocalDate value)
value
- allowed object is
String
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 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 getLegendMode()
String
public void setLegendMode(Integer value)
value
- allowed object is
String
public Integer getFirstPageNumber()
String
public void setFirstPageNumber(Integer value)
value
- allowed object is
String
public String getPrintView()
String
public void setPrintView(String value)
value
- allowed object is
String
public String getHeaderFooterFontName()
String
public void setHeaderFooterFontName(String value)
value
- allowed object is
String
public Integer getHeaderFooterFontSize()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.