Back to Devexpress

ParagraphCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-c8b7783b.md

latest2.6 KB
Original Source

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

csharp
public class ParagraphCollection :
    PresentationObjectCollection<TextParagraph>
vb
Public Class ParagraphCollection
    Inherits PresentationObjectCollection(Of 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.

Implements

IList<TextParagraph>

ICollection<TextParagraph>

IEnumerable<TextParagraph>

IEnumerable

Inheritance

Object PresentationCollectionBase<TextParagraph> PresentationObjectCollectionBase<TextParagraph> PresentationObjectCollection<TextParagraph> ParagraphCollection

See Also

ParagraphCollection Members

DevExpress.Docs.Presentation Namespace