Skip to main content
All docs
V26.1
  • TextParagraphCollection.Add(String) Method

    Adds a new text paragraph with the specified text to the collection.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public TextParagraph Add(
        string text
    )

    Parameters

    Name Type Description
    text String

    The new paragraph text.

    Returns

    Type Description
    TextParagraph

    The added text paragraph.

    See Also