Skip to main content

ParagraphStyleCollection Interface

Represents a collection of paragraph styles.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface ParagraphStyleCollection :
    ISimpleCollection<ParagraphStyle>,
    IEnumerable<ParagraphStyle>,
    ICollection,
    IEnumerable

#Returned By

The Document.ParagraphStyles property returns an instance of ParagraphStyleCollection.

#Remarks

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

See Also