Class HeaderFooterCommand

Class HeaderFooterCommand

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the command of header/footer

public class HeaderFooterCommand

Inheritance

objectHeaderFooterCommand

Inherited Members

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

Properties

Font

Gets the font of the command’s value.

public Font Font { get; }

Property Value

Font

Remarks

Useless for HeaderFooterCommandType.Picture.

Text

Gets the text of the command.

public string Text { get; }

Property Value

string

Remarks

Only valid for HeaderFooterCommandType.Text.

Type

Gets the header/footer’ command type .

public HeaderFooterCommandType Type { get; }

Property Value

HeaderFooterCommandType