Aspose.Tasks for C++
|
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::PageSettings > | get_PageSettings () const |
Gets an instance of the PageSettings class which specifies page printing settings. More... | |
System::SharedPtr< Aspose::Tasks::Visualization::PageViewSettings > | get_PageViewSettings () const |
Gets an instance of the PageViewSettings class which specifies page view printing settings. More... | |
System::SharedPtr< PageMargins > | get_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... | |
Represents page setup data which is present in MPP file format and used for printing.
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.
const System::SharedPtr<HeaderFooterInfo>& Aspose::Tasks::Visualization::PageInfo::get_Footer | ( | ) | const |
Gets an instance of the HeaderFooterInfo class which represents a footer data.
const System::SharedPtr<HeaderFooterInfo>& Aspose::Tasks::Visualization::PageInfo::get_Header | ( | ) | const |
Gets the instance of the HeaderFooterInfo class which represents a header data.
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.
System::SharedPtr<PageMargins> Aspose::Tasks::Visualization::PageInfo::get_Margins | ( | ) | const |
Gets an instance of the PageMargins class which specifies page margins.
System::String Aspose::Tasks::Visualization::PageInfo::get_Name | ( | ) | const |
Gets the name of the view for which set-up data is used.
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.
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.
void Aspose::Tasks::Visualization::PageInfo::set_Footer | ( | const System::SharedPtr< HeaderFooterInfo > & | value | ) |
Sets an instance of the HeaderFooterInfo class which represents a footer data.
void Aspose::Tasks::Visualization::PageInfo::set_Header | ( | const System::SharedPtr< HeaderFooterInfo > & | value | ) |
Sets the instance of the HeaderFooterInfo class which represents a header data.
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.