Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderType

    Specifies the type of header or footer.

    Inheritance
    System.Object
    HeaderType
    Namespace: Syncfusion.DocIO.ReaderWriter
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class HeaderType : Enum

    Fields

    EvenFooter

    Footer for even numbered pages.

    Declaration
    public const HeaderType EvenFooter
    Field Value
    Type Description
    HeaderType

    EvenHeader

    Header for even numbered pages.

    Declaration
    public const HeaderType EvenHeader
    Field Value
    Type Description
    HeaderType

    FirstPageFooter

    Footer for the first page of the section.

    Declaration
    public const HeaderType FirstPageFooter
    Field Value
    Type Description
    HeaderType

    FirstPageHeader

    Header for the first page of the section.

    Declaration
    public const HeaderType FirstPageHeader
    Field Value
    Type Description
    HeaderType

    InvalidValue

    Specifies InvalidValue.

    Declaration
    public const HeaderType InvalidValue
    Field Value
    Type Description
    HeaderType

    OddFooter

    Footer for odd numbered pages.

    Declaration
    public const HeaderType OddFooter
    Field Value
    Type Description
    HeaderType

    OddHeader

    Header for odd numbered pages.

    Declaration
    public const HeaderType OddHeader
    Field Value
    Type Description
    HeaderType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved