[]
Represents a marker pointing to a position in a document relative to a specific ContentObject.
The marker can point to a position at the start of an object (Start, at the end of an object (see End, or to a position occupied by a whole childless object (Whole.
If the marker belongs to a PersistentRange, it can be used even if its ContentObject has been deleted.
public class Marker
Public Class Marker
Name | Description |
---|---|
Content | Gets the ContentObject with which this marker is associated. |
EndSection | Gets the Section which ends in this marker. |
Next | Gets the next Marker in the body order. |
Previous | Gets the previous Marker in the body order. |
StartSection | Gets the Section which starts in this marker. |
Type | Gets the marker type. |
Name | Description |
---|---|
ToString() | Gets string representation of the marker. |
ToString(string) | Gets string representation of the marker. |