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

In This Topic
    Paragraph Class Members
    In This Topic

    The following tables list the members exposed by Paragraph.

    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 the paragraph formatting properties.  
    Public Property Gets the content unique identifier. (Inherited from GrapeCity.Documents.Word.ContentObject)
    Public Property Gets the list formatting specified for the paragraph.  
    Public Property Gets the set of properties applied to the glyph used to represent the physical location of the paragraph mark for this paragraph. This paragraph mark, being a physical character in the document, can be formatted, and therefore shall be capable of representing this formatting like any other character in the document.  
    Public Property Gets the next paragraph.  
    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 paragraph.  
    Public Property Gets unique identifiers used to track the paragraph 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 paragraph style that shall be used to format the contents of this paragraph.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a BidirectionalOverride to the end of the paragraph.  
    Public MethodOverloaded. Adds a ComplexField to the end of the paragraph.  
    Public MethodAdds a ContentControl to the end of the paragraph.  
    Public MethodOverloaded. Adds an Endnote to the end of the paragraph.  
    Public MethodOverloaded. Adds a Footnote to the end of the paragraph.  
    Public MethodOverloaded. Adds a Hyperlink to the end of the paragraph.  
    Public MethodOverloaded. Adds a OMath to the end of the paragraph.  
    Public MethodOverloaded. Adds a OMathParagraph to the end of the paragraph.  
    Public MethodOverloaded. Adds a Run to the end of the paragraph.  
    Public Method Breaks the parent section right after this paragraph.  
    Public MethodOverloaded. Adds a SimpleField to the end of the paragraph.  
    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 RangeBase.Start and RangeBase.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 MethodRestarts the list numbering on the current Paragraph.

    The current paragraph must belong to a numbered list.

    If startNumberingValue is omitted or a null reference (Nothing in Visual Basic), numbering on the current list is restarted at the value of ListLevel.StartAt on the current level of the list template, otherwise a new list is created.  
    Public Method Splits the paragraph 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