HeaderFooter Class

Contains elements for a document's header and footer.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramHeaderFooter

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class HeaderFooter

The HeaderFooter type exposes the following members.

Properties
  NameDescription
Public propertyFooterCenter
Contains the text string that appears in the center portion of a document's footer.
Public propertyFooterLeft
Contains the text string that appears in the left portion of a document's footer.
Public propertyFooterRight
Contains the text string that appears in the right portion of a document's footer.
Public propertyHeaderCenter
Contains the text string that appears in the center portion of a document's header.
Public propertyHeaderFooterColor
The RGB value of the text color for the header and footer.
Public propertyHeaderFooterFont
Specifies the font used for the header and footer text.
Public propertyHeaderLeft
Contains the text string that appears in the left portion of a document's header.
Public propertyHeaderRight
Contains the text string that appears in the right portion of a document's header.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldFooterMargin
Specifies the margin of a document's footer.
Public fieldHeaderMargin
Specifies the margin of a document's header.
See Also