public class PageViewSettings extends Object
Represents printing settings for a project view.
Constructor and Description |
---|
PageViewSettings() |
Modifier and Type | Method and Description |
---|---|
int |
getFirstColumnsCount()
Specifies a number of first columns to be printed on all pages.
|
boolean |
getFitTimescaleToEndOfPage()
A flag which determines whether to fit timescale to the end of a page when printing.
|
boolean |
getPrintAllSheetColumns()
A flag which determines whether to print all sheet columns of a view.
|
boolean |
getPrintBlankPages()
A flag which determines whether to print blank pages of a view.
|
boolean |
getPrintFirstColumnsCountOnAllPages()
A flag which determines whether to print a specified number of first columns on all pages.
|
boolean |
getPrintNotes()
A flag which determines whether to print notes.
|
void |
setFirstColumnsCount(int value)
Specifies a number of first columns to be printed on all pages.
|
void |
setFitTimescaleToEndOfPage(boolean value)
A flag which determines whether to fit timescale to the end of a page when printing.
|
void |
setPrintAllSheetColumns(boolean value)
A flag which determines whether to print all sheet columns of a view.
|
void |
setPrintBlankPages(boolean value)
A flag which determines whether to print blank pages of a view.
|
void |
setPrintFirstColumnsCountOnAllPages(boolean value)
A flag which determines whether to print a specified number of first columns on all pages.
|
void |
setPrintNotes(boolean value)
A flag which determines whether to print notes.
|
public int getFirstColumnsCount()
Specifies a number of first columns to be printed on all pages.
public void setFirstColumnsCount(int value)
Specifies a number of first columns to be printed on all pages.
value
- the specified number of first columns to be printed on all pages.public boolean getPrintFirstColumnsCountOnAllPages()
A flag which determines whether to print a specified number of first columns on all pages.
public void setPrintFirstColumnsCountOnAllPages(boolean value)
A flag which determines whether to print a specified number of first columns on all pages.
value
- a flag which determines whether to print a specified number of first columns on all pages.public boolean getPrintAllSheetColumns()
A flag which determines whether to print all sheet columns of a view.
public void setPrintAllSheetColumns(boolean value)
A flag which determines whether to print all sheet columns of a view.
value
- a flag which determines whether to print all sheet columns of a view.public boolean getPrintNotes()
A flag which determines whether to print notes.
public void setPrintNotes(boolean value)
A flag which determines whether to print notes.
value
- a flag which determines whether to print notes.public boolean getPrintBlankPages()
A flag which determines whether to print blank pages of a view.
public void setPrintBlankPages(boolean value)
A flag which determines whether to print blank pages of a view.
value
- a flag which determines whether to print blank pages of a view.public boolean getFitTimescaleToEndOfPage()
A flag which determines whether to fit timescale to the end of a page when printing.
public void setFitTimescaleToEndOfPage(boolean value)
A flag which determines whether to fit timescale to the end of a page when printing.
value
- a flag which determines whether to fit timescale to the end of a page when printing.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.