Skip to main content
All docs
V25.2
  • ParagraphCollection Class

    Contains a collection of text paragraphs.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public class ParagraphCollection :
        PresentationObjectCollection<TextParagraph>

    The following members return ParagraphCollection objects:

    Remarks

    For more information on how to work with shape text paragraphs, refer to the following topic: DevExpress Presentation API Library: Work with Shape Text.

    See Also