Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Bookmark Class
Members


In This Topic
    Bookmark Class
    In This Topic
    Represents a bookmark. 
    Syntax
    'Declaration
     
    Public Class Bookmark 
    'Usage
     
    Dim instance As Bookmark
    public class Bookmark 
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.Bookmark

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Bookmark class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the Name of this Bookmark.  
    Public PropertyGets or sets at which Paragraph this Bookmark is located.  
    Top
    Public Methods
     NameDescription
    Public MethodRemoves this Bookmark from the Document. The Paragraph will remain.  
    Public MethodSets the Text of this Bookmark.  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also