[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Bookmark

Class Bookmark

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a bookmark range in a body content.

public class Bookmark : ContentRange, IBrowsable<Bookmark>
Inheritance
object
Bookmark
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

EndDisplacedByCustomXml

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 DisplacedByCustomXml EndDisplacedByCustomXml { get; set; }

Property Value

DisplacedByCustomXml

FirstCoveredColumn

Gets 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 int FirstCoveredColumn { get; set; }

Property Value

int

LastCoveredColumn

Gets 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 int LastCoveredColumn { get; set; }

Property Value

int

Name

Gets or sets the unique name of this bookmark. An attempt to set a duplicate name will cause an exception.

public string Name { get; set; }

Property Value

string

Next

Gets the next bookmark.

public Bookmark Next { get; }

Property Value

Bookmark

Previous

Gets the previous bookmark.

public Bookmark Previous { get; }

Property Value

Bookmark

StartDisplacedByCustomXml

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.

public DisplacedByCustomXml StartDisplacedByCustomXml { get; set; }

Property Value

DisplacedByCustomXml

Methods

Delete()

Deletes this bookmark from the body content.

public override void Delete()

ToString()

Gets string representation of the content.

public override string ToString()

Returns

string

String representation of the content.