Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HeaderFooterType Enumeration

In This Topic
    HeaderFooterType Enumeration
    In This Topic
    Specifies the type of a header or footer.
    Syntax
    'Declaration
     
    Public Enum HeaderFooterType 
       Inherits System.Enum
    public enum HeaderFooterType : System.Enum 
    Members
    MemberDescription
    EvenPagesEven page header/footeer.

    Used only if PageSetup.OddAndEvenPagesHeaderFooter is set to true.

    FirstPageFirst page header/footer.

    Used only if PageSetup.DifferentFirstPageHeaderFooter is set to true.

    PrimaryPrimary page header/footer.

    If PageSetup.OddAndEvenPagesHeaderFooter is true, used for odd pages only.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.HeaderFooterType

    See Also