java.lang.Object
com.aspose.words.HeaderFooterBookmarksExportMode
public class HeaderFooterBookmarksExportMode
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| Bookmarks in headers/footers are not exported. | ||
static final int | FIRST | |
| Only bookmark in first header/footer of the section is exported. | ||
static final int | ALL | |
| Bookmarks in all headers/footers are exported. | ||
| Field Detail |
|---|
NONE = 0 | |
public static final int NONE | |
FIRST = 1 | |
public static final int FIRST | |
ALL = 2 | |
public static final int ALL | |