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

Represents page setup data which is present in MPP file format and used for printing. More...

#include <PageInfo.h>

Inherits System::Object.

Public Member Functions

const System::SharedPtr< HeaderFooterInfo > & get_Header () const
 Gets the instance of the HeaderFooterInfo class which represents a header data. More...
 
void set_Header (const System::SharedPtr< HeaderFooterInfo > &value)
 Sets the instance of the HeaderFooterInfo class which represents a header data. More...
 
const System::SharedPtr< HeaderFooterInfo > & get_Footer () const
 Gets an instance of the HeaderFooterInfo class which represents a footer data. More...
 
void set_Footer (const System::SharedPtr< HeaderFooterInfo > &value)
 Sets an instance of the HeaderFooterInfo class which represents a footer data. More...
 
System::String get_Name () const
 Gets the name of the view for which set-up data is used. More...
 
System::SharedPtr< Aspose::Tasks::Visualization::PageSettingsget_PageSettings () const
 Gets an instance of the PageSettings class which specifies page printing settings. More...
 
System::SharedPtr< Aspose::Tasks::Visualization::PageViewSettingsget_PageViewSettings () const
 Gets an instance of the PageViewSettings class which specifies page view printing settings. More...
 
System::SharedPtr< PageMarginsget_Margins () const
 Gets an instance of the PageMargins class which specifies page margins. More...
 
const System::SharedPtr< PageLegend > & get_Legend () const
 Gets an instance of the PageLegend class which specifies rendering options of page legend. More...
 
void set_Legend (const System::SharedPtr< PageLegend > &value)
 Sets an instance of the PageLegend class which specifies rendering options of page legend. More...
 
 PageInfo ()
 Initializes a new instance of the PageInfo class. Represents page setup data which is present in MPP file format and used for printing. More...
 

Detailed Description

Represents page setup data which is present in MPP file format and used for printing.

Constructor & Destructor Documentation

◆ PageInfo()

Aspose::Tasks::Visualization::PageInfo::PageInfo ( )

Initializes a new instance of the PageInfo class. Represents page setup data which is present in MPP file format and used for printing.

Member Function Documentation

◆ get_Footer()

const System::SharedPtr<HeaderFooterInfo>& Aspose::Tasks::Visualization::PageInfo::get_Footer ( ) const

Gets an instance of the HeaderFooterInfo class which represents a footer data.

◆ get_Header()

const System::SharedPtr<HeaderFooterInfo>& Aspose::Tasks::Visualization::PageInfo::get_Header ( ) const

Gets the instance of the HeaderFooterInfo class which represents a header data.

◆ get_Legend()

const System::SharedPtr<PageLegend>& Aspose::Tasks::Visualization::PageInfo::get_Legend ( ) const

Gets an instance of the PageLegend class which specifies rendering options of page legend.

Currently is applicable only to Gantt Chart views.

◆ get_Margins()

System::SharedPtr<PageMargins> Aspose::Tasks::Visualization::PageInfo::get_Margins ( ) const

Gets an instance of the PageMargins class which specifies page margins.

◆ get_Name()

System::String Aspose::Tasks::Visualization::PageInfo::get_Name ( ) const

Gets the name of the view for which set-up data is used.

◆ get_PageSettings()

System::SharedPtr<Aspose::Tasks::Visualization::PageSettings> Aspose::Tasks::Visualization::PageInfo::get_PageSettings ( ) const

Gets an instance of the PageSettings class which specifies page printing settings.

◆ get_PageViewSettings()

System::SharedPtr<Aspose::Tasks::Visualization::PageViewSettings> Aspose::Tasks::Visualization::PageInfo::get_PageViewSettings ( ) const

Gets an instance of the PageViewSettings class which specifies page view printing settings.

◆ set_Footer()

void Aspose::Tasks::Visualization::PageInfo::set_Footer ( const System::SharedPtr< HeaderFooterInfo > &  value)

Sets an instance of the HeaderFooterInfo class which represents a footer data.

◆ set_Header()

void Aspose::Tasks::Visualization::PageInfo::set_Header ( const System::SharedPtr< HeaderFooterInfo > &  value)

Sets the instance of the HeaderFooterInfo class which represents a header data.

◆ set_Legend()

void Aspose::Tasks::Visualization::PageInfo::set_Legend ( const System::SharedPtr< PageLegend > &  value)

Sets an instance of the PageLegend class which specifies rendering options of page legend.

Currently is applicable only to Gantt Chart views.