Aspose.Tasks for C++
Aspose::Tasks::Visualization::PageViewSettings Class Reference

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...
 

Detailed Description

Represents printing settings for a project view.

Member Function Documentation

◆ get_FirstColumnsCount()

int32_t Aspose::Tasks::Visualization::PageViewSettings::get_FirstColumnsCount ( ) const

Gets the number of first columns to be printed on all pages.

◆ get_FitTimescaleToEndOfPage()

bool Aspose::Tasks::Visualization::PageViewSettings::get_FitTimescaleToEndOfPage ( ) const

Gets a value indicating whether to fit timescale to the end of a page when printing.

◆ get_PrintAllSheetColumns()

bool Aspose::Tasks::Visualization::PageViewSettings::get_PrintAllSheetColumns ( ) const

Gets a value indicating whether to print all sheet columns of a view.

◆ get_PrintBlankPages()

bool Aspose::Tasks::Visualization::PageViewSettings::get_PrintBlankPages ( ) const

Gets a value indicating whether to print blank pages of a view.

◆ get_PrintFirstColumnsCountOnAllPages()

bool Aspose::Tasks::Visualization::PageViewSettings::get_PrintFirstColumnsCountOnAllPages ( ) const

Gets a value indicating whether to print a specified number of first columns on all pages.

◆ get_PrintNotes()

bool Aspose::Tasks::Visualization::PageViewSettings::get_PrintNotes ( ) const

Gets a value indicating whether to print notes.

◆ set_FirstColumnsCount()

void Aspose::Tasks::Visualization::PageViewSettings::set_FirstColumnsCount ( int32_t  value)

Sets the number of first columns to be printed on all pages.

◆ set_FitTimescaleToEndOfPage()

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.

◆ set_PrintAllSheetColumns()

void Aspose::Tasks::Visualization::PageViewSettings::set_PrintAllSheetColumns ( bool  value)

Sets a value indicating whether to print all sheet columns of a view.

◆ set_PrintBlankPages()

void Aspose::Tasks::Visualization::PageViewSettings::set_PrintBlankPages ( bool  value)

Sets a value indicating whether to print blank pages of a view.

◆ set_PrintFirstColumnsCountOnAllPages()

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.

◆ set_PrintNotes()

void Aspose::Tasks::Visualization::PageViewSettings::set_PrintNotes ( bool  value)

Sets a value indicating whether to print notes.