com.aspose.words
Class HeaderFooterBookmarksExportMode

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

public class HeaderFooterBookmarksExportMode 
extends java.lang.Object

Utility class containing constants. Specifies how bookmarks in headers/footers are exported.

Field Summary
static final intNONE = 0
           Bookmarks in headers/footers are not exported.
static final intFIRST = 1
           Only bookmark in first header/footer of the section is exported.
static final intALL = 2
           Bookmarks in all headers/footers are exported.
 

Field Detail

NONE = 0

public static final int NONE
Bookmarks in headers/footers are not exported.

FIRST = 1

public static final int FIRST
Only bookmark in first header/footer of the section is exported.

ALL = 2

public static final int ALL
Bookmarks in all headers/footers are exported.

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