WordProcessingBookmarksOptions
WordProcessingBookmarksOptions class
Options for handling bookmarks in WordProcessing
public class WordProcessingBookmarksOptions : ValueObject
Constructors
Properties
| Name |
Description |
| BookmarksOutlineLevel { get; set; } |
Specifies the default level in the document outline at which to display Word bookmarks. Default is 0. Valid range is 0 to 9. |
| ExpandedOutlineLevels { get; set; } |
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. |
| HeadingsOutlineLevels { get; set; } |
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. |
Methods
| Name |
Description |
| override Equals(object) |
Determines whether two object instances are equal. |
| virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
See Also