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

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...
 

Detailed Description

Represents a page legend which is used for project printing.

Member Function Documentation

◆ get_CenteredImage()

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

Gets the centered image to be displayed in the page legend.

◆ get_CenteredText()

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

Gets the centered text to display in the page legend.

◆ get_LeftImage()

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.

◆ get_LeftText()

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

Gets the left aligned text to display in the page legend.

◆ get_LegendOn()

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.

◆ get_RightImage()

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.

◆ get_RightText()

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

Gets the right aligned text to display in the page legend.

◆ get_Width()

double Aspose::Tasks::Visualization::PageLegend::get_Width ( ) const

Gets the width of the legend.

◆ set_CenteredImage()

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.

◆ set_CenteredText()

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

Sets the centered text to display in the page legend.

◆ set_LeftImage()

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.

◆ set_LeftText()

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

Sets the left aligned text to display in the page legend.

◆ set_LegendOn()

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.

◆ set_RightImage()

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.

◆ set_RightText()

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

Sets the right aligned text to display in the page legend.

◆ set_Width()

void Aspose::Tasks::Visualization::PageLegend::set_Width ( double  value)

Sets the width of the legend.