Back to Devexpress

ShapeTextRange.ParagraphFormat Property

officefileapi-devexpress-dot-spreadsheet-dot-shapetextrange-0c17eb8a.md

latest2.5 KB
Original Source

ShapeTextRange.ParagraphFormat Property

Provides access to the text range’s paragraph options.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ShapeTextParagraphFormat ParagraphFormat { get; }
vb
ReadOnly Property ParagraphFormat As ShapeTextParagraphFormat

Property Value

TypeDescription
ShapeTextParagraphFormat

A ShapeTextParagraphFormat object containing paragraph options for a shape text range.

|

Remarks

The ShapeTextParagraphFormat properties allow you to specify the alignment, indent, and spacing for a ShapeTextRange object. Use the ShapeTextRange.GetParagraphs method to retrieve all paragraphs in the shape text.

To change the alignment of a whole ShapeText, use the ShapeText.VerticalAnchor and ShapeText.HorizontalAnchor properties.

When you insert a new text range in a shape, its ShapeTextParagraphFormat properties have the same values as the existing ShapeTextFont object’s paragraph options.

Note

If a current ShapeTextRange object contains multiple paragraphs, the ShapeTextParagraphFormat properties return the first paragraph’s values.

See Also

ShapeTextRange Interface

ShapeTextRange Members

DevExpress.Spreadsheet Namespace