Back to Devexpress

SubDocument.paragraphsInfo Property

aspnet-js-subdocument-23f878e4.md

latest921 B
Original Source

SubDocument.paragraphsInfo Property

Returns information about paragraphs in the sub-document.

Declaration

ts
get paragraphsInfo(): Paragraph[]

Property Value

TypeDescription
Paragraph[]

An array of objects that contain information about paragraphs.

|

Remarks

javascript
var paragraphs = richEdit.document.activeSubDocument.paragraphsInfo;

You can use the findParagraphs(arg) method to get an array of paragraphs that match the search conditions.

Refer to the following section for more information: Access a Structural Element.

See Also

SubDocument Class

SubDocument Members