menu

Document Processing

HeaderFooter Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    HeaderFooter Class

    Represents the page header or footer.

    Inheritance
    System.Object
    OwnerHolder
    Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
    Entity
    WidgetBase
    WidgetContainer
    WTextBody
    HeaderFooter
    Implements
    ITextBody
    ICompositeEntity
    IEntity
    Inherited Members
    Entity.Clone()
    Entity.IsComposite
    Entity.NextSibling
    Entity.Owner
    Entity.PreviousSibling
    OwnerHolder.Document
    OwnerHolder.m_doc
    WidgetContainer.Count
    WidgetContainer.WidgetInnerCollection
    WTextBody.AddBlockContentControl(ContentControlType)
    WTextBody.AddParagraph()
    WTextBody.AddTable()
    WTextBody.ChildEntities
    WTextBody.CloneImpl()
    WTextBody.CreateLayoutInfo()
    WTextBody.EnsureMinimum()
    WTextBody.FormFields
    WTextBody.InitXDLSHolder()
    WTextBody.InsertXHTML(String)
    WTextBody.InsertXHTML(String, Int32)
    WTextBody.InsertXHTML(String, Int32, Int32)
    WTextBody.IsValidXHTML(String, XHTMLValidationType)
    WTextBody.IsValidXHTML(String, XHTMLValidationType, String)
    WTextBody.LastParagraph
    WTextBody.m_bodyItems
    WTextBody.Paragraphs
    WTextBody.Tables
    WTextBody.WidgetCollection
    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
    WTextBody.EntityType

    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.

    Implements

    ITextBody
    ICompositeEntity
    IEntity
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved