Class PrintSettings
java.lang.Object
com.independentsoft.office.charts.PrintSettings
The Class PrintSettings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the header footer.Gets the page margins.Gets the page setup.voidsetHeaderFooter(HeaderFooter headerFooter)Sets the header footer.voidsetPageMargins(PageMargins pageMargins)Sets the page margins.voidsetPageSetup(PageSetup pageSetup)Sets the page setup.toString()
-
Constructor Details
-
PrintSettings
public PrintSettings()Instantiates a new prints the settings.
-
-
Method Details
-
clone
-
toString
-
getPageMargins
Gets the page margins.- Returns:
- the page margins
-
setPageMargins
Sets the page margins.- Parameters:
pageMargins- the new page margins
-
getPageSetup
Gets the page setup.- Returns:
- the page setup
-
setPageSetup
Sets the page setup.- Parameters:
pageSetup- the new page setup
-