public class PageViewSettings extends Object
Represents printing settings for a project view.
Constructor and Description |
---|
PageViewSettings() |
Modifier and Type | Method and Description |
---|---|
int |
getFirstColumnsCount()
Gets the number of first columns to be printed on all pages.
|
boolean |
getFitTimescaleToEndOfPage()
Gets a value indicating whether to fit timescale to the end of a page when printing.
|
boolean |
getPrintAllSheetColumns()
Gets a value indicating whether to print all sheet columns of a view.
|
boolean |
getPrintBlankPages()
Gets a value indicating whether to print blank pages of a view.
|
boolean |
getPrintFirstColumnsCountOnAllPages()
Gets a value indicating whether to print a specified number of first columns on all pages.
|
boolean |
getPrintNotes()
Gets a value indicating whether to print notes.
|
void |
setFirstColumnsCount(int value)
Sets the number of first columns to be printed on all pages.
|
void |
setFitTimescaleToEndOfPage(boolean value)
Sets a value indicating whether to fit timescale to the end of a page when printing.
|
void |
setPrintAllSheetColumns(boolean value)
Sets a value indicating whether to print all sheet columns of a view.
|
void |
setPrintBlankPages(boolean value)
Sets a value indicating whether to print blank pages of a view.
|
void |
setPrintFirstColumnsCountOnAllPages(boolean value)
Sets a value indicating whether to print a specified number of first columns on all pages.
|
void |
setPrintNotes(boolean value)
Sets a value indicating whether to print notes.
|
public final int getFirstColumnsCount()
Gets the number of first columns to be printed on all pages.
public final void setFirstColumnsCount(int value)
Sets the number of first columns to be printed on all pages.
value
- the number of first columns to be printed on all pages.public final boolean getFitTimescaleToEndOfPage()
Gets a value indicating whether to fit timescale to the end of a page when printing.
public final void setFitTimescaleToEndOfPage(boolean value)
Sets a value indicating whether to fit timescale to the end of a page when printing.
value
- a value indicating whether to fit timescale to the end of a page when printing.public final boolean getPrintAllSheetColumns()
Gets a value indicating whether to print all sheet columns of a view.
public final void setPrintAllSheetColumns(boolean value)
Sets a value indicating whether to print all sheet columns of a view.
value
- a value indicating whether to print all sheet columns of a view.public final boolean getPrintBlankPages()
Gets a value indicating whether to print blank pages of a view.
public final void setPrintBlankPages(boolean value)
Sets a value indicating whether to print blank pages of a view.
value
- a value indicating whether to print blank pages of a view.public final boolean getPrintFirstColumnsCountOnAllPages()
Gets a value indicating whether to print a specified number of first columns on all pages.
public final void setPrintFirstColumnsCountOnAllPages(boolean value)
Sets a value indicating whether to print a specified number of first columns on all pages.
value
- a value indicating whether to print a specified number of first columns on all pages.public final boolean getPrintNotes()
Gets a value indicating whether to print notes.
public final void setPrintNotes(boolean value)
Sets a value indicating whether to print notes.
value
- a value indicating whether to print notes.