com.aspose.words
Class TxtExportHeadersFootersMode

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

public class TxtExportHeadersFootersMode 
extends java.lang.Object

Utility class containing constants. Specifies the way headers and footers are exported to plain text format.

Field Summary
static final intNONE = 0
           No headers and footers are exported.
static final intPRIMARY_ONLY = 1
           Only primary headers and footers are exported at the beginning and end of each section.
static final intALL_AT_END = 2
           All headers and footers are placed after all section bodies at the very end of a document.
 

Field Detail

NONE = 0

public static final int NONE
No headers and footers are exported.

PRIMARY_ONLY = 1

public static final int PRIMARY_ONLY
Only primary headers and footers are exported at the beginning and end of each section.

It is hard to meaningfully output headers and footers to plain text because it is not paginated.

When this mode is used, only primary headers and footers are exported at the beginning and end of each section.


ALL_AT_END = 2

public static final int ALL_AT_END
All headers and footers are placed after all section bodies at the very end of a document. This mode is similar to Word.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.