Back to Devexpress

DocumentParagraphStart Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-9f308925.md

latest2.1 KB
Original Source

DocumentParagraphStart Class

A document element that indicates the paragraph’s start accessed by DocumentIterator.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DocumentParagraphStart :
    DocumentElementBase
vb
Public Class DocumentParagraphStart
    Inherits DocumentElementBase

Remarks

A DocumentParagraphStart is a document element accessed by the DocumentIterator.

A DocumentParagraphStart is a marker that indicates the Paragraph‘s start. Use the DocumentParagraphStart.ParagraphProperties property to obtain paragraph formatting.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentParagraphStart

See Also

DocumentParagraphStart Members

Paragraphs in Rich Text Documents

How to: Retrieve the List of Document Fonts using the Visitor-Iterator Pattern

DevExpress.XtraRichEdit.API.Native Namespace