OfficeTextArea.Level1ParagraphProperties Property
Gets or sets the paragraph properties for level 1 paragraphs in the text area.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| TextParagraphProperties | Paragraph properties. |
Remarks
Use the TextParagraphProperties.ListIndentLevel property to specify the indent level of a paragraph.
Different presentation viewers may prioritize text styles differently and use either TextArea.ParagraphProperties or TextArea.Level1ParagraphProperties to display top-level text.
See Also