Class HeaderFooters
Represents the HeaderFooters class.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.DocumentEditor
Assembly: Syncfusion.EJ.DocumentEditor.dll
Syntax
public class HeaderFooters : BaseNode
Constructors
HeaderFooters()
Initializes a new instance of the HeaderFooters class.
Declaration
public HeaderFooters()
Properties
EvenFooter
Gets or sets the even page footer.
Declaration
public HeaderFooter EvenFooter { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooter |
EvenHeader
Gets or sets the even page header.
Declaration
public HeaderFooter EvenHeader { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooter |
FirstPageFooter
Gets or sets the first page footer.
Declaration
public HeaderFooter FirstPageFooter { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooter |
FirstPageHeader
Gets or sets the first page header.
Declaration
public HeaderFooter FirstPageHeader { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooter |
Footer
Gets or sets the odd page or default footer.
Declaration
public HeaderFooter Footer { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooter |
Header
Gets or sets the odd page or default header.
Declaration
public HeaderFooter Header { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooter |