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

In This Topic
    Run Class Members
    In This Topic

    The following tables list the members exposed by Run.

    Public Properties
     NameDescription
    Public Property Gets the collection of the children of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the DocumentBase that contains this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the Marker representing the end of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Provides access to font formatting of this run.  
    Public Property Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets whether the run belongs to an Office Math zone.  
    Public Property Gets the next run content.  
    Public PropertyGets Office Math formatting for the run if the IsOMathRun property is set to true.  
    Public PropertyGets the parent Body of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public PropertyGets the parent ContentObject of this content object. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the previous run content.  
    Public Property Gets unique identifiers used to track the run editing session.  
    Public PropertyGets the Marker representing the start of this content object in the parent body. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets or sets character or linked paragraph style which shall be used to format the contents of this run.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a Break to the end of the run.  
    Public MethodOverloaded. Adds a CanvasShape to the end of the run.  
    Public MethodOverloaded. Adds a GroupShape to the end of the run.  
    Public MethodOverloaded. Adds an InkShape> to the end of the run.  
    Public MethodAdds a LastRenderedPageBreak to the end of the run.  
    Public MethodOverloaded. Adds a new Picture to the end of the run.  
    Public MethodOverloaded. Adds a new GeometryType.Rectangle Shape (100 x 100 points) to the end of the run.  
    Public MethodAdds a Symbol to the end of the run.  
    Public MethodOverloaded. Adds a Tab to the end of the run.  
    Public MethodAdds a Text to the end of the run.  
    Public MethodDeletes this content object from the parent Body.

    Note that the position occupied by this content object in the parent can still be accessed (e.g. to insert new content) via a PersistentRange if one has previously been created with GetPersistentRange.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Gets the collection of this content object's children of a specified type. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a PersistentRange associated with this content object.

    Unlike the Range returned by GetRange, this persistent range and any markers on it (see Start and End) can still be used if the object is deleted.

    Note that PersistentRange should be disposed when no longer needed to improve performance.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public MethodCreates and returns a Range associated with this content object.

    To get a range that can be used after the object has been deleted, see GetPersistentRange.

    (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Method Splits the run at a specified location relative to a specified child content.  
    Public Method Gets string representation of the content. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Top
    See Also