1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Load
  6. /
  7. WordProcessingBookmarksOptions

WordProcessingBookmarksOptions class

Options for handling bookmarks in WordProcessing

public class WordProcessingBookmarksOptions : ValueObject

Public Members

namedescription
WordProcessingBookmarksOptions()The default constructor.
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.

See Also