Skip to main content
All docs
V25.2
  • ParagraphCollection.Add(String) Method

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

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public TextParagraph Add(
        string text
    )

    Parameters

    Name Type Description
    text String

    The paragraph text.

    Returns

    Type Description
    TextParagraph

    The added TextParagraph instance.

    See Also