Class HeaderFooter
Represents the page header or footer.
Inheritance
System.Object
HeaderFooter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class HeaderFooter : WTextBody, IXDLSSerializable, ITextBody, ICompositeEntity, IEntity, IWidgetContainer, IWidget
Properties
EntityType
Gets the type of the entity.
Declaration
public override EntityType EntityType { get; }
Property Value
Type | Description |
---|---|
EntityType | The EntityType of the current item. |
Overrides
LinkToPrevious
Gets or sets a value indicating whether the current header or footer is linked to the header or footer in the previous section.
Declaration
public bool LinkToPrevious { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True if the current header or footer is linked to the header or footer in the previous section, otherwise false. |