Aspose.Tasks for C++
|
Represents printing settings for a project view. More...
#include <PageViewSettings.h>
Inherits System::Object.
Public Member Functions | |
int32_t | get_FirstColumnsCount () const |
Gets the number of first columns to be printed on all pages. More... | |
void | set_FirstColumnsCount (int32_t value) |
Sets the number of first columns to be printed on all pages. More... | |
bool | get_FitTimescaleToEndOfPage () const |
Gets a value indicating whether to fit timescale to the end of a page when printing. More... | |
void | set_FitTimescaleToEndOfPage (bool value) |
Sets a value indicating whether to fit timescale to the end of a page when printing. More... | |
bool | get_PrintAllSheetColumns () const |
Gets a value indicating whether to print all sheet columns of a view. More... | |
void | set_PrintAllSheetColumns (bool value) |
Sets a value indicating whether to print all sheet columns of a view. More... | |
bool | get_PrintBlankPages () const |
Gets a value indicating whether to print blank pages of a view. More... | |
void | set_PrintBlankPages (bool value) |
Sets a value indicating whether to print blank pages of a view. More... | |
bool | get_PrintFirstColumnsCountOnAllPages () const |
Gets a value indicating whether to print a specified number of first columns on all pages. More... | |
void | set_PrintFirstColumnsCountOnAllPages (bool value) |
Sets a value indicating whether to print a specified number of first columns on all pages. More... | |
bool | get_PrintNotes () const |
Gets a value indicating whether to print notes. More... | |
void | set_PrintNotes (bool value) |
Sets a value indicating whether to print notes. More... | |
Represents printing settings for a project view.
int32_t Aspose::Tasks::Visualization::PageViewSettings::get_FirstColumnsCount | ( | ) | const |
Gets the number of first columns to be printed on all pages.
bool Aspose::Tasks::Visualization::PageViewSettings::get_FitTimescaleToEndOfPage | ( | ) | const |
Gets a value indicating whether to fit timescale to the end of a page when printing.
bool Aspose::Tasks::Visualization::PageViewSettings::get_PrintAllSheetColumns | ( | ) | const |
Gets a value indicating whether to print all sheet columns of a view.
bool Aspose::Tasks::Visualization::PageViewSettings::get_PrintBlankPages | ( | ) | const |
Gets a value indicating whether to print blank pages of a view.
bool Aspose::Tasks::Visualization::PageViewSettings::get_PrintFirstColumnsCountOnAllPages | ( | ) | const |
Gets a value indicating whether to print a specified number of first columns on all pages.
bool Aspose::Tasks::Visualization::PageViewSettings::get_PrintNotes | ( | ) | const |
Gets a value indicating whether to print notes.
void Aspose::Tasks::Visualization::PageViewSettings::set_FirstColumnsCount | ( | int32_t | value | ) |
Sets the number of first columns to be printed on all pages.
void Aspose::Tasks::Visualization::PageViewSettings::set_FitTimescaleToEndOfPage | ( | bool | value | ) |
Sets a value indicating whether to fit timescale to the end of a page when printing.
void Aspose::Tasks::Visualization::PageViewSettings::set_PrintAllSheetColumns | ( | bool | value | ) |
Sets a value indicating whether to print all sheet columns of a view.
void Aspose::Tasks::Visualization::PageViewSettings::set_PrintBlankPages | ( | bool | value | ) |
Sets a value indicating whether to print blank pages of a view.
void Aspose::Tasks::Visualization::PageViewSettings::set_PrintFirstColumnsCountOnAllPages | ( | bool | value | ) |
Sets a value indicating whether to print a specified number of first columns on all pages.
void Aspose::Tasks::Visualization::PageViewSettings::set_PrintNotes | ( | bool | value | ) |
Sets a value indicating whether to print notes.