com.groupdocs.conversion.options.load

Class WordProcessingBookmarksOptions

    • Constructor Detail

      • WordProcessingBookmarksOptions

        public WordProcessingBookmarksOptions()
    • Method Detail

      • getBookmarksOutlineLevel

        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.

      • setBookmarksOutlineLevel

        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.

      • getHeadingsOutlineLevels

        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.

      • setHeadingsOutlineLevels

        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.

      • getExpandedOutlineLevels

        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.

      • setExpandedOutlineLevels

        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.