[]
Represents a bookmark range in a body content.
public class Bookmark : ContentRange, IBrowsable<Bookmark>
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; }
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; }
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; }
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; }
Gets the next bookmark.
public Bookmark Next { get; }
Gets the previous bookmark.
public Bookmark Previous { get; }
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; }
Deletes this bookmark from the body content.
public override void Delete()
Gets string representation of the content.
public override string ToString()
String representation of the content.