|
java.lang.Object
com.aspose.words.StoryType
public class StoryType - extends java.lang.Object
Utility class containing constants.
Text of a Word document is stored in stories. StoryType identifies a story.
|
Field Summary |
static final int | MAIN_TEXT | |
|
Contains the main text of the document, represented by Body.
|
static final int | FOOTNOTES | |
|
Contains footnote text, represented by Footnote.
|
static final int | ENDNOTES | |
|
Contains endnotes text, represented by Footnote.
|
static final int | COMMENTS | |
|
Contains document comments (annotations).
|
static final int | TEXTBOX | |
|
Contains shape or textbox text, represented by Shape.
|
static final int | EVEN_PAGES_HEADER | |
|
Contains text of the even pages header, represented by HeaderFooter.
|
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 HeaderFooter.
|
static final int | EVEN_PAGES_FOOTER | |
|
Contains text of the even pages footer, represented by HeaderFooter.
|
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 HeaderFooter.
|
static final int | FIRST_PAGE_HEADER | |
|
Contains text of the first page header, represented by HeaderFooter.
|
static final int | FIRST_PAGE_FOOTER | |
|
Contains text of the first page footer, represented by HeaderFooter.
|
MAIN_TEXT | |
public static final int MAIN_TEXT |
-
Contains the main text of the document, represented by Body.
FOOTNOTES | |
public static final int FOOTNOTES |
-
Contains footnote text, represented by Footnote.
ENDNOTES | |
public static final int ENDNOTES |
-
Contains endnotes text, represented by Footnote.
COMMENTS | |
public static final int COMMENTS |
-
Contains document comments (annotations).
TEXTBOX | |
public static final int TEXTBOX |
-
Contains shape or textbox text, represented by Shape.
EVEN_PAGES_HEADER | |
public static final int EVEN_PAGES_HEADER |
-
Contains text of the even pages header, represented by HeaderFooter.
PRIMARY_HEADER | |
public 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 HeaderFooter.
EVEN_PAGES_FOOTER | |
public static final int EVEN_PAGES_FOOTER |
-
Contains text of the even pages footer, represented by HeaderFooter.
PRIMARY_FOOTER | |
public 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 HeaderFooter.
FIRST_PAGE_HEADER | |
public static final int FIRST_PAGE_HEADER |
-
Contains text of the first page header, represented by HeaderFooter.
FIRST_PAGE_FOOTER | |
public static final int FIRST_PAGE_FOOTER |
-
Contains text of the first page footer, represented by HeaderFooter.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|