public class WordProcessingBookmarksOptions extends ValueObject implements Serializable
Options for handling bookmarks in WordProcessing
Constructor and Description |
---|
WordProcessingBookmarksOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getBookmarksOutlineLevel()
Specifies the default level in the document outline at which to display Word bookmarks.
|
int |
getExpandedOutlineLevels()
Specifies how many levels in the document outline to show expanded when the file is viewed.
|
int |
getHeadingsOutlineLevels()
Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline.
|
void |
setBookmarksOutlineLevel(int value)
Specifies the default level in the document outline at which to display Word bookmarks.
|
void |
setExpandedOutlineLevels(int value)
Specifies how many levels in the document outline to show expanded when the file is viewed.
|
void |
setHeadingsOutlineLevels(int value)
Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline.
|
equals, equals, hashCode, op_Equality, op_Inequality
public final int getBookmarksOutlineLevel()
Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.
public final void setBookmarksOutlineLevel(int value)
Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9.
public final int getHeadingsOutlineLevels()
Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.
public final void setHeadingsOutlineLevels(int value)
Specifies how many levels of headings (paragraphs formatted with the Heading styles) to include in the document outline. Default is 0. Valid range is 0 to 9.
public final int getExpandedOutlineLevels()
Specifies how many levels in the document outline to show expanded when the file is viewed. Default is 0. Valid range is 0 to 9. Note that this options will not work when saving to XPS.
public final void setExpandedOutlineLevels(int value)
Specifies how many levels in the document outline to show expanded when the file is viewed. Default is 0. Valid range is 0 to 9. Note that this options will not work when saving to XPS.