Back to Devexpress

ReadOnlyParagraphStyle Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-5593d0aa.md

latest1.5 KB
Original Source

ReadOnlyParagraphStyle Interface

An interface implementing the paragraph style properties accessed by the DocumentIterator.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public interface ReadOnlyParagraphStyle :
    ReadOnlyTextPropertiesBase,
    ReadOnlyParagraphPropertiesBase
vb
Public Interface ReadOnlyParagraphStyle
    Inherits ReadOnlyTextPropertiesBase,
             ReadOnlyParagraphPropertiesBase

The following members return ReadOnlyParagraphStyle objects:

Remarks

All the properties implemented by the ReadOnlyParagraphStyle interface cannot be modified - they are read-only.

See Also

ReadOnlyParagraphStyle Members

DevExpress.XtraRichEdit.API.Native Namespace