Class HeaderFooter
Represents the HeaderFooter 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 HeaderFooter : BaseNode
Constructors
HeaderFooter()
Initializes a new instance of the HeaderFooter class.
Declaration
public HeaderFooter()
Properties
Blocks
Gets the block collection of the HeaderFooter.
Declaration
public List<BlockAdv> Blocks { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BlockAdv> |
Type
Gets or sets the Header Footer type.
Declaration
public HeaderFooterType Type { get; set; }
Property Value
Type | Description |
---|---|
HeaderFooterType |