Gets or set the a value that determines whether create the bookmarks using Headings.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool CreateWordBookmarksUsingHeadings { get; set; }
Public Property CreateWordBookmarksUsingHeadings As Boolean Get Set
public: property bool CreateWordBookmarksUsingHeadings { bool get (); void set (bool value); }
member CreateWordBookmarksUsingHeadings : bool with get, set