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