Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderFooter

    Show / Hide Table of Contents

    Class HeaderFooter

    Represents the page header or footer.

    Inheritance
    System.Object
    OwnerHolder
    XDLSSerializableBase
    Entity
    WidgetBase
    WidgetContainer
    WTextBody
    HeaderFooter
    Implements
    IXDLSSerializable
    ITextBody
    ICompositeEntity
    IEntity
    Inherited Members
    WTextBody.m_bodyItems
    WTextBody.AddParagraph()
    WTextBody.AddTable()
    WTextBody.AddBlockContentControl(ContentControlType)
    WTextBody.InsertXHTML(String)
    WTextBody.InsertXHTML(String, Int32)
    WTextBody.InsertXHTML(String, Int32, Int32)
    WTextBody.EnsureMinimum()
    WTextBody.CloneImpl()
    WTextBody.InitXDLSHolder()
    WTextBody.Paragraphs
    WTextBody.Tables
    WTextBody.FormFields
    WTextBody.LastParagraph
    WTextBody.ChildEntities
    WTextBody.WidgetCollection
    WidgetContainer.Count
    WidgetContainer.WidgetInnerCollection
    Entity.Clone()
    Entity.Owner
    Entity.NextSibling
    Entity.PreviousSibling
    Entity.IsComposite
    XDLSSerializableBase.IXDLSSerializable.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.IXDLSSerializable.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.IXDLSSerializable.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.IXDLSSerializable.RestoreReference(String, Int32)
    XDLSSerializableBase.WriteXmlAttributes(IXDLSAttributeWriter)
    XDLSSerializableBase.WriteXmlContent(IXDLSContentWriter)
    XDLSSerializableBase.ReadXmlAttributes(IXDLSAttributeReader)
    XDLSSerializableBase.ReadXmlContent(IXDLSContentReader)
    XDLSSerializableBase.RestoreReference(String, Int32)
    XDLSSerializableBase.IXDLSSerializable.XDLSHolder
    XDLSSerializableBase.XDLSHolder
    OwnerHolder.m_doc
    OwnerHolder.Document
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.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

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