public final class StoryType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMENTS
Contains document comments (annotations), represented by
Comment. |
static int |
ENDNOTE_CONTINUATION_NOTICE
Contains the text of the endnote continuation notice separator, represented by T:Aspose.Words.Notes.FootnoteSeparator.
|
static int |
ENDNOTE_CONTINUATION_SEPARATOR
Contains the text of the endnote continuation separator, represented by T:Aspose.Words.Notes.FootnoteSeparator.
|
static int |
ENDNOTE_SEPARATOR
Contains the text of the endnote separator, represented by T:Aspose.Words.Notes.FootnoteSeparator.
|
static int |
ENDNOTES
Contains endnotes text, represented by
Footnote. |
static int |
EVEN_PAGES_FOOTER
Contains text of the even pages footer, represented by
HeaderFooter. |
static int |
EVEN_PAGES_HEADER
Contains text of the even pages header, represented by
HeaderFooter. |
static int |
FIRST_PAGE_FOOTER
Contains text of the first page footer, represented by
HeaderFooter. |
static int |
FIRST_PAGE_HEADER
Contains text of the first page header, represented by
HeaderFooter. |
static int |
FOOTNOTE_CONTINUATION_NOTICE
Contains the text of the footnote continuation notice separator, represented by T:Aspose.Words.Notes.FootnoteSeparator.
|
static int |
FOOTNOTE_CONTINUATION_SEPARATOR
Contains the text of the footnote continuation separator, represented by T:Aspose.Words.Notes.FootnoteSeparator.
|
static int |
FOOTNOTE_SEPARATOR
Contains the text of the footnote separator, represented by T:Aspose.Words.Notes.FootnoteSeparator.
|
static int |
FOOTNOTES
Contains footnote text, represented by
Footnote. |
static int |
length |
static int |
MAIN_TEXT
Contains the main text of the document, represented by
Body. |
static int |
NONE
Default value.
|
static int |
PRIMARY_FOOTER
Contains text of the primary footer.
|
static int |
PRIMARY_HEADER
Contains text of the primary header.
|
static int |
TEXTBOX
Contains shape or textbox text, represented by
Shape. |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String storyTypeName) |
static java.lang.String |
getName(int storyType) |
static int[] |
getValues() |
static java.lang.String |
toString(int storyType) |
public static final int NONE
public static final int MAIN_TEXT
Body.public static final int FOOTNOTES
Footnote.public static final int ENDNOTES
Footnote.public static final int COMMENTS
Comment.public static final int TEXTBOX
Shape.public static final int EVEN_PAGES_HEADER
HeaderFooter.public static final int PRIMARY_HEADER
HeaderFooter.public static final int EVEN_PAGES_FOOTER
HeaderFooter.public static final int PRIMARY_FOOTER
HeaderFooter.public static final int FIRST_PAGE_HEADER
HeaderFooter.public static final int FIRST_PAGE_FOOTER
HeaderFooter.public static final int FOOTNOTE_SEPARATOR
public static final int FOOTNOTE_CONTINUATION_SEPARATOR
public static final int FOOTNOTE_CONTINUATION_NOTICE
public static final int ENDNOTE_SEPARATOR
public static final int ENDNOTE_CONTINUATION_SEPARATOR
public static final int ENDNOTE_CONTINUATION_NOTICE
public static final int length