Back to Devexpress

ParagraphStyleCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-7ddef70d.md

latest1.6 KB
Original Source

ParagraphStyleCollection Interface

Represents a collection of paragraph styles.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface ParagraphStyleCollection :
    ISimpleCollection<ParagraphStyle>,
    IEnumerable<ParagraphStyle>,
    IEnumerable,
    ICollection
vb
<ComVisible(True)>
Public Interface ParagraphStyleCollection
    Inherits ISimpleCollection(Of ParagraphStyle),
             IEnumerable(Of ParagraphStyle),
             IEnumerable,
             ICollection

The following members return ParagraphStyleCollection objects:

Remarks

Use the Document.ParagraphStyles property, to get access to the ParagraphStyleCollection object of the current document.

See Also

ParagraphStyleCollection Members

DevExpress.XtraRichEdit.API.Native Namespace