ParagraphProperties Interface
In This Article
Represents paragraph properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
[ComVisible(true)]
public interface ParagraphProperties :
ParagraphPropertiesWithTabs,
ParagraphPropertiesBase
#Returned By
The SubDocument.BeginUpdateParagraphs(DocumentRange) method returns an instance of ParagraphProperties.
#Remarks
To modify formatting for a paragraph which encompasses the specified range, use the SubDocument.BeginUpdateParagraphs - SubDocument.EndUpdateParagraphs paired methods. The SubDocument.BeginUpdateParagraphs method requires the DocumentRange as the parameter, and returns a ParagraphProperties interface, which exposes formatting properties.
See Also