Aspose.Tasks for C++
|
Represents a page legend which is used for project printing. More...
#include <PageLegend.h>
Inherits System::Object.
Public Member Functions | |
System::String | get_LeftText () const |
Gets the left aligned text to display in the page legend. More... | |
void | set_LeftText (const System::String &value) |
Sets the left aligned text to display in the page legend. More... | |
System::String | get_CenteredText () const |
Gets the centered text to display in the page legend. More... | |
void | set_CenteredText (const System::String &value) |
Sets the centered text to display in the page legend. More... | |
System::String | get_RightText () const |
Gets the right aligned text to display in the page legend. More... | |
void | set_RightText (const System::String &value) |
Sets the right aligned text to display in the page legend. More... | |
Legend | get_LegendOn () const |
Gets the pages on which the legend appears. Can be one of the values of the Legend enumeration. More... | |
void | set_LegendOn (Legend value) |
Sets the pages on which the legend appears. Can be one of the values of the Legend enumeration. More... | |
double | get_Width () const |
Gets the width of the legend. More... | |
void | set_Width (double value) |
Sets the width of the legend. More... | |
const System::SharedPtr< System::Drawing::Image > & | get_LeftImage () const |
Gets the left aligned image to be displayed in the page legend. More... | |
void | set_LeftImage (const System::SharedPtr< System::Drawing::Image > &value) |
Sets the left aligned image to be displayed in the page legend. More... | |
const System::SharedPtr< System::Drawing::Image > & | get_CenteredImage () const |
Gets the centered image to be displayed in the page legend. More... | |
void | set_CenteredImage (const System::SharedPtr< System::Drawing::Image > &value) |
Sets the centered image to be displayed in the page legend. More... | |
const System::SharedPtr< System::Drawing::Image > & | get_RightImage () const |
Gets the right aligned image to be displayed in the page legend. More... | |
void | set_RightImage (const System::SharedPtr< System::Drawing::Image > &value) |
Sets the right aligned image to be displayed in the page legend. More... | |
Represents a page legend which is used for project printing.
const System::SharedPtr<System::Drawing::Image>& Aspose::Tasks::Visualization::PageLegend::get_CenteredImage | ( | ) | const |
Gets the centered image to be displayed in the page legend.
System::String Aspose::Tasks::Visualization::PageLegend::get_CenteredText | ( | ) | const |
Gets the centered text to display in the page legend.
const System::SharedPtr<System::Drawing::Image>& Aspose::Tasks::Visualization::PageLegend::get_LeftImage | ( | ) | const |
Gets the left aligned image to be displayed in the page legend.
System::String Aspose::Tasks::Visualization::PageLegend::get_LeftText | ( | ) | const |
Gets the left aligned text to display in the page legend.
Legend Aspose::Tasks::Visualization::PageLegend::get_LegendOn | ( | ) | const |
Gets the pages on which the legend appears. Can be one of the values of the Legend enumeration.
const System::SharedPtr<System::Drawing::Image>& Aspose::Tasks::Visualization::PageLegend::get_RightImage | ( | ) | const |
Gets the right aligned image to be displayed in the page legend.
System::String Aspose::Tasks::Visualization::PageLegend::get_RightText | ( | ) | const |
Gets the right aligned text to display in the page legend.
double Aspose::Tasks::Visualization::PageLegend::get_Width | ( | ) | const |
Gets the width of the legend.
void Aspose::Tasks::Visualization::PageLegend::set_CenteredImage | ( | const System::SharedPtr< System::Drawing::Image > & | value | ) |
Sets the centered image to be displayed in the page legend.
void Aspose::Tasks::Visualization::PageLegend::set_CenteredText | ( | const System::String & | value | ) |
Sets the centered text to display in the page legend.
void Aspose::Tasks::Visualization::PageLegend::set_LeftImage | ( | const System::SharedPtr< System::Drawing::Image > & | value | ) |
Sets the left aligned image to be displayed in the page legend.
void Aspose::Tasks::Visualization::PageLegend::set_LeftText | ( | const System::String & | value | ) |
Sets the left aligned text to display in the page legend.
void Aspose::Tasks::Visualization::PageLegend::set_LegendOn | ( | Legend | value | ) |
Sets the pages on which the legend appears. Can be one of the values of the Legend enumeration.
void Aspose::Tasks::Visualization::PageLegend::set_RightImage | ( | const System::SharedPtr< System::Drawing::Image > & | value | ) |
Sets the right aligned image to be displayed in the page legend.
void Aspose::Tasks::Visualization::PageLegend::set_RightText | ( | const System::String & | value | ) |
Sets the right aligned text to display in the page legend.
void Aspose::Tasks::Visualization::PageLegend::set_Width | ( | double | value | ) |
Sets the width of the legend.