Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Marker Class
Members

In This Topic
    Marker Class
    In This Topic
    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 (MarkerType.Start, at the end of an object (see MarkerType.End, or to a position occupied by a whole childless object (MarkerType.Whole.

    If the marker belongs to a PersistentRange, it can be used even if its ContentObject has been deleted.

    Object Model
    Marker Class
    Syntax
    'Declaration
     
    Public Class Marker 
    public class Marker 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.Marker

    See Also