Class HeaderFooterInfo

Class HeaderFooterInfo

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

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

public class HeaderFooterInfo

Inheritance

object HeaderFooterInfo

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 header or footer.

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 header or footer .

public string CenteredText { get; set; }

Property Value

string

LeftImage

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

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 header or footer.

public string LeftText { get; set; }

Property Value

string

RightImage

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

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 header or footer.

public string RightText { get; set; }

Property Value

string

 English