ASPOSE home

com.aspose.words
Class HeaderFooterType

java.lang.Object
    extended by com.aspose.words.HeaderFooterType

public class HeaderFooterType
extends java.lang.Object

Utility class containing constants. Identifies the type of header or footer found in a Word file. This is a per section header/footer. Do not renumber as the value of the enum used as an index into plcfhdd.

Field Summary
static final intHEADER_EVEN
           Header for even numbered pages.
static final intHEADER_PRIMARY
           Primary header, also used for odd numbered pages.
static final intFOOTER_EVEN
           Footer for even numbered pages.
static final intFOOTER_PRIMARY
           Primary footer, also used for odd numbered pages.
static final intHEADER_FIRST
           Header for the first page of the section.
static final intFOOTER_FIRST
           Footer for the first page of the section.
 

Field Detail

HEADER_EVEN

public static final int HEADER_EVEN
Header for even numbered pages.

HEADER_PRIMARY

public static final int HEADER_PRIMARY
Primary header, also used for odd numbered pages.

FOOTER_EVEN

public static final int FOOTER_EVEN
Footer for even numbered pages.

FOOTER_PRIMARY

public static final int FOOTER_PRIMARY
Primary footer, also used for odd numbered pages.

HEADER_FIRST

public static final int HEADER_FIRST
Header for the first page of the section.

FOOTER_FIRST

public static final int FOOTER_FIRST
Footer for the first page of the section.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home