Class HeaderFooterInfo

Class HeaderFooterInfo

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.7.0)

Represents visual content of the header, footer or legend which is used for printing \ rendering of views.

public class HeaderFooterInfo

Inheritance

object HeaderFooterInfo

Derived

PageLegend

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

HeaderFooterInfo()

Initializes a new instance of the Aspose.Tasks.Visualization.HeaderFooterInfo class.

public HeaderFooterInfo()

Properties

CenteredImage

Gets or sets the centered image to be displayed in the parent element.

public Image CenteredImage { get; set; }

Property Value

Image

CenteredImageSize

Gets or sets the displayed size of the center image.

public Size CenteredImageSize { get; set; }

Property Value

Size

CenteredText

Gets or sets the centered text to display in the parent element.

public string CenteredText { get; set; }

Property Value

string

LeftImage

Gets or sets the left aligned image to be displayed in the parent element.

public Image LeftImage { get; set; }

Property Value

Image

LeftImageSize

Gets or sets the displayed size of the left image.

public Size LeftImageSize { get; set; }

Property Value

Size

LeftText

Gets or sets the left aligned text to display in the parent element.

public string LeftText { get; set; }

Property Value

string

RightImage

Gets or sets the right aligned image to be displayed in the parent element.

public Image RightImage { get; set; }

Property Value

Image

RightImageSize

Gets or sets the displayed size of the right image.

public Size RightImageSize { get; set; }

Property Value

Size

RightText

Gets or sets the right aligned text to display in the parent element.

public string RightText { get; set; }

Property Value

string

 English