Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Bookmark Class
Properties Methods

In This Topic
    Bookmark Class Members
    In This Topic

    The following tables list the members exposed by Bookmark.

    Public Properties
     NameDescription
    Public PropertyGets the child ContentObjects in this content range. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public PropertyGets the DocumentBase that contains this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets the end mark of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets or sets a value indicating whether the end annotation's placement shall be directly linked to the location of the physical presentation of a custom XML element in the document.  
    Public PropertyGets or sets the zero-based index of the first column in the row that shall be part of this bookmark.

    -1 indicates that the bookmark has default covering behavior.

     
    Public PropertyGets or sets the zero-based index of the last column in the row that shall be part of this bookmark.

    -1 indicates that the bookmark has default covering behavior.

     
    Public Property Gets or sets the unique name of this bookmark. An attempt to set a duplicate name will cause an exception.  
    Public Property Gets the next bookmark.  
    Public PropertyGets the parent Body of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets the previous bookmark.  
    Public Property Gets the start mark of this content. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public Property Gets or sets a value indicating whether the start annotation's placement shall be directly linked to the location of the physical presentation of a custom XML element in the document.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.  Deletes this bookmark from the body content.  
    Public MethodCreates and returns a Range object representing this content in the body. (Inherited from GrapeCity.Documents.Word.ContentRange)
    Public MethodOverridden.  Gets string representation of the content.  
    Top
    See Also