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

Represents header or footer data which is present in views and used for printing. More...

#include <HeaderFooterInfo.h>

Inherits System::Object.

Public Member Functions

System::String get_LeftText () const
 Gets the left aligned text to display in the header or footer. More...
 
void set_LeftText (const System::String &value)
 Sets the left aligned text to display in the header or footer. More...
 
System::String get_CenteredText () const
 Gets the centered text to display in the header or footer . More...
 
void set_CenteredText (const System::String &value)
 Sets the centered text to display in the header or footer . More...
 
System::String get_RightText () const
 Gets the right aligned text to display in the header or footer. More...
 
void set_RightText (const System::String &value)
 Sets the right aligned text to display in the header or footer. More...
 
System::SharedPtr< System::Drawing::Image > get_LeftImage () const
 Gets the left aligned image to be displayed in the header or footer. More...
 
void set_LeftImage (const System::SharedPtr< System::Drawing::Image > &value)
 Sets the left aligned image to be displayed in the header or footer. More...
 
System::SharedPtr< System::Drawing::Image > get_CenteredImage () const
 Gets the centered image to be displayed in the header or footer. More...
 
void set_CenteredImage (const System::SharedPtr< System::Drawing::Image > &value)
 Sets the centered image to be displayed in the header or footer. More...
 
System::SharedPtr< System::Drawing::Image > get_RightImage () const
 Gets the right aligned image to be displayed in the header or footer. More...
 
void set_RightImage (const System::SharedPtr< System::Drawing::Image > &value)
 Sets the right aligned image to be displayed in the header or footer. More...
 
System::Drawing::Size get_LeftImageSize () const
 Gets the displayed size of the left image. More...
 
void set_LeftImageSize (System::Drawing::Size value)
 Sets the displayed size of the left image. More...
 
System::Drawing::Size get_CenteredImageSize () const
 Gets the displayed size of the center image. More...
 
void set_CenteredImageSize (System::Drawing::Size value)
 Sets the displayed size of the center image. More...
 
System::Drawing::Size get_RightImageSize () const
 Gets the displayed size of the right image. More...
 
void set_RightImageSize (System::Drawing::Size value)
 Sets the displayed size of the right image. More...
 
 HeaderFooterInfo ()
 Initializes a new instance of the HeaderFooterInfo class. More...
 

Detailed Description

Represents header or footer data which is present in views and used for printing.

Constructor & Destructor Documentation

◆ HeaderFooterInfo()

Aspose::Tasks::Visualization::HeaderFooterInfo::HeaderFooterInfo ( )

Initializes a new instance of the HeaderFooterInfo class.

Member Function Documentation

◆ get_CenteredImage()

System::SharedPtr<System::Drawing::Image> Aspose::Tasks::Visualization::HeaderFooterInfo::get_CenteredImage ( ) const

Gets the centered image to be displayed in the header or footer.

◆ get_CenteredImageSize()

System::Drawing::Size Aspose::Tasks::Visualization::HeaderFooterInfo::get_CenteredImageSize ( ) const

Gets the displayed size of the center image.

◆ get_CenteredText()

System::String Aspose::Tasks::Visualization::HeaderFooterInfo::get_CenteredText ( ) const

Gets the centered text to display in the header or footer .

◆ get_LeftImage()

System::SharedPtr<System::Drawing::Image> Aspose::Tasks::Visualization::HeaderFooterInfo::get_LeftImage ( ) const

Gets the left aligned image to be displayed in the header or footer.

◆ get_LeftImageSize()

System::Drawing::Size Aspose::Tasks::Visualization::HeaderFooterInfo::get_LeftImageSize ( ) const

Gets the displayed size of the left image.

◆ get_LeftText()

System::String Aspose::Tasks::Visualization::HeaderFooterInfo::get_LeftText ( ) const

Gets the left aligned text to display in the header or footer.

◆ get_RightImage()

System::SharedPtr<System::Drawing::Image> Aspose::Tasks::Visualization::HeaderFooterInfo::get_RightImage ( ) const

Gets the right aligned image to be displayed in the header or footer.

◆ get_RightImageSize()

System::Drawing::Size Aspose::Tasks::Visualization::HeaderFooterInfo::get_RightImageSize ( ) const

Gets the displayed size of the right image.

◆ get_RightText()

System::String Aspose::Tasks::Visualization::HeaderFooterInfo::get_RightText ( ) const

Gets the right aligned text to display in the header or footer.

◆ set_CenteredImage()

void Aspose::Tasks::Visualization::HeaderFooterInfo::set_CenteredImage ( const System::SharedPtr< System::Drawing::Image > &  value)

Sets the centered image to be displayed in the header or footer.

◆ set_CenteredImageSize()

void Aspose::Tasks::Visualization::HeaderFooterInfo::set_CenteredImageSize ( System::Drawing::Size  value)

Sets the displayed size of the center image.

◆ set_CenteredText()

void Aspose::Tasks::Visualization::HeaderFooterInfo::set_CenteredText ( const System::String &  value)

Sets the centered text to display in the header or footer .

◆ set_LeftImage()

void Aspose::Tasks::Visualization::HeaderFooterInfo::set_LeftImage ( const System::SharedPtr< System::Drawing::Image > &  value)

Sets the left aligned image to be displayed in the header or footer.

◆ set_LeftImageSize()

void Aspose::Tasks::Visualization::HeaderFooterInfo::set_LeftImageSize ( System::Drawing::Size  value)

Sets the displayed size of the left image.

◆ set_LeftText()

void Aspose::Tasks::Visualization::HeaderFooterInfo::set_LeftText ( const System::String &  value)

Sets the left aligned text to display in the header or footer.

◆ set_RightImage()

void Aspose::Tasks::Visualization::HeaderFooterInfo::set_RightImage ( const System::SharedPtr< System::Drawing::Image > &  value)

Sets the right aligned image to be displayed in the header or footer.

◆ set_RightImageSize()

void Aspose::Tasks::Visualization::HeaderFooterInfo::set_RightImageSize ( System::Drawing::Size  value)

Sets the displayed size of the right image.

◆ set_RightText()

void Aspose::Tasks::Visualization::HeaderFooterInfo::set_RightText ( const System::String &  value)

Sets the right aligned text to display in the header or footer.