|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.StoryType
public class StoryType
| Field Summary | ||
|---|---|---|
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). | ||
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 |
||
| Field Detail |
|---|
MAIN_TEXT | |
public static final int MAIN_TEXT | |
FOOTNOTES | |
public static final int FOOTNOTES | |
ENDNOTES | |
public static final int ENDNOTES | |
COMMENTS | |
public static final int COMMENTS | |
TEXTBOX | |
public static final int TEXTBOX | |
EVEN_PAGES_HEADER | |
public static final int EVEN_PAGES_HEADER | |
PRIMARY_HEADER | |
public static final int PRIMARY_HEADER | |
EVEN_PAGES_FOOTER | |
public static final int EVEN_PAGES_FOOTER | |
PRIMARY_FOOTER | |
public static final int PRIMARY_FOOTER | |
FIRST_PAGE_HEADER | |
public static final int FIRST_PAGE_HEADER | |
FIRST_PAGE_FOOTER | |
public static final int FIRST_PAGE_FOOTER | |
|
ASPOSE home | ||||||||