Back to Devexpress

TextAreaBase.Level1ParagraphProperties Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-textareabase-dot-level1paragraphproperties.md

latest1.8 KB
Original Source

TextAreaBase.Level1ParagraphProperties Property

Gets or sets the paragraph properties for level 1 paragraphs in the text area.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public ParagraphProperties Level1ParagraphProperties { get; set; }
vb
Public Property Level1ParagraphProperties As ParagraphProperties

Property Value

TypeDescription
ParagraphProperties

Paragraph properties.

|

Remarks

Use the ParagraphProperties.ListIndentLevel property to specify the indent level of a paragraph.

Different presentation viewers may prioritize text styles differently and use either TextAreaBase.ParagraphProperties or TextAreaBase.Level1ParagraphProperties to display top-level text.

See Also

DevExpress Presentation API Library: Work with Shape Text

TextAreaBase Class

TextAreaBase Members

DevExpress.Docs.Presentation Namespace