Aspose.Tasks for C++
|
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... | |
Represents header or footer data which is present in views and used for printing.
Aspose::Tasks::Visualization::HeaderFooterInfo::HeaderFooterInfo | ( | ) |
Initializes a new instance of the HeaderFooterInfo class.
System::SharedPtr<System::Drawing::Image> Aspose::Tasks::Visualization::HeaderFooterInfo::get_CenteredImage | ( | ) | const |
Gets the centered image to be displayed in the header or footer.
System::Drawing::Size Aspose::Tasks::Visualization::HeaderFooterInfo::get_CenteredImageSize | ( | ) | const |
Gets the displayed size of the center image.
System::String Aspose::Tasks::Visualization::HeaderFooterInfo::get_CenteredText | ( | ) | const |
Gets the centered text to display in the header or footer .
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.
System::Drawing::Size Aspose::Tasks::Visualization::HeaderFooterInfo::get_LeftImageSize | ( | ) | const |
Gets the displayed size of the left image.
System::String Aspose::Tasks::Visualization::HeaderFooterInfo::get_LeftText | ( | ) | const |
Gets the left aligned text to display in the header or footer.
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.
System::Drawing::Size Aspose::Tasks::Visualization::HeaderFooterInfo::get_RightImageSize | ( | ) | const |
Gets the displayed size of the right image.
System::String Aspose::Tasks::Visualization::HeaderFooterInfo::get_RightText | ( | ) | const |
Gets the right aligned text to display in the header or footer.
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.
void Aspose::Tasks::Visualization::HeaderFooterInfo::set_CenteredImageSize | ( | System::Drawing::Size | value | ) |
Sets the displayed size of the center image.
void Aspose::Tasks::Visualization::HeaderFooterInfo::set_CenteredText | ( | const System::String & | value | ) |
Sets the centered text to display in the header or footer .
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.
void Aspose::Tasks::Visualization::HeaderFooterInfo::set_LeftImageSize | ( | System::Drawing::Size | value | ) |
Sets the displayed size of the left image.
void Aspose::Tasks::Visualization::HeaderFooterInfo::set_LeftText | ( | const System::String & | value | ) |
Sets the left aligned text to display in the header or footer.
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.
void Aspose::Tasks::Visualization::HeaderFooterInfo::set_RightImageSize | ( | System::Drawing::Size | value | ) |
Sets the displayed size of the right image.
void Aspose::Tasks::Visualization::HeaderFooterInfo::set_RightText | ( | const System::String & | value | ) |
Sets the right aligned text to display in the header or footer.