java.lang.Objectcom.aspose.words.StoryType
public class StoryType
Field Summary | ||
---|---|---|
static final int | NONE | |
Default value. There is no such story in the document. | ||
static final int | MAIN_TEXT | |
Contains the main text of the document, represented by |
||
static final int | FOOTNOTES | |
Contains footnote text, represented by |
||
static final int | ENDNOTES | |
Contains endnotes text, represented by |
||
static final int | COMMENTS | |
Contains document comments (annotations), represented by |
||
static final int | TEXTBOX | |
Contains shape or textbox text, represented by |
||
static final int | EVEN_PAGES_HEADER | |
Contains text of the even pages header, represented by |
||
static final int | PRIMARY_HEADER | |
Contains text of the primary header. When header is different for odd and even pages,
contains text of the odd pages header. Represented by |
||
static final int | EVEN_PAGES_FOOTER | |
Contains text of the even pages footer, represented by |
||
static final int | PRIMARY_FOOTER | |
Contains text of the primary footer. When footer is different for odd and even pages,
contains text of the odd pages footer. Represented by |
||
static final int | FIRST_PAGE_HEADER | |
Contains text of the first page header, represented by |
||
static final int | FIRST_PAGE_FOOTER | |
Contains text of the first page footer, represented by |
||
static final int | FOOTNOTE_SEPARATOR | |
Contains the text of the footnote separator, represented by |
||
static final int | FOOTNOTE_CONTINUATION_SEPARATOR | |
Contains the text of the footnote continuation separator, represented by |
||
static final int | ENDNOTE_SEPARATOR | |
Contains the text of the endnote separator, represented by |
||
static final int | ENDNOTE_CONTINUATION_SEPARATOR | |
Contains the text of the endnote continuation separator, represented by |
Field Detail |
---|
NONE = 0 | |
public static final int NONE |
MAIN_TEXT = 1 | |
public static final int MAIN_TEXT |
FOOTNOTES = 2 | |
public static final int FOOTNOTES |
ENDNOTES = 3 | |
public static final int ENDNOTES |
COMMENTS = 4 | |
public static final int COMMENTS |
TEXTBOX = 5 | |
public static final int TEXTBOX |
EVEN_PAGES_HEADER = 6 | |
public static final int EVEN_PAGES_HEADER |
PRIMARY_HEADER = 7 | |
public static final int PRIMARY_HEADER |
EVEN_PAGES_FOOTER = 8 | |
public static final int EVEN_PAGES_FOOTER |
PRIMARY_FOOTER = 9 | |
public static final int PRIMARY_FOOTER |
FIRST_PAGE_HEADER = 10 | |
public static final int FIRST_PAGE_HEADER |
FIRST_PAGE_FOOTER = 11 | |
public static final int FIRST_PAGE_FOOTER |
FOOTNOTE_SEPARATOR = 12 | |
public static final int FOOTNOTE_SEPARATOR |
FOOTNOTE_CONTINUATION_SEPARATOR = 13 | |
public static final int FOOTNOTE_CONTINUATION_SEPARATOR |
ENDNOTE_SEPARATOR = 14 | |
public static final int ENDNOTE_SEPARATOR |
ENDNOTE_CONTINUATION_SEPARATOR = 15 | |
public static final int ENDNOTE_CONTINUATION_SEPARATOR |