Back to Devexpress

ShapeTextParagraphAlignment Enum

officefileapi-devexpress-dot-spreadsheet-d7369861.md

latest1.8 KB
Original Source

ShapeTextParagraphAlignment Enum

Lists values used to specify the paragraph alignment for a shape text range.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ShapeTextParagraphAlignment
vb
Public Enum ShapeTextParagraphAlignment

Members

NameDescription
Left

Specifies a left-aligned paragraph.

| | Center |

Specifies a center-aligned paragraph.

| | Right |

Specifies a right-aligned paragraph.

| | Justified |

Specifies a fully justified paragraph.

| | JustifiedLow |

Specifies that a paragraph uses the small length kashida for Arabic text. For other languages, paragraph text is justified with a low character compression ratio.

| | Distributed |

Specifies that paragraph characters are distributed to fill the entire paragraph width.

| | ThaiDistributed |

Specifies that paragraph text is justified using Thai distributed justification for the Thai language.

|

The following properties accept/return ShapeTextParagraphAlignment values:

Remarks

The ShapeTextParagraphAlignment enumeration values are used by the ShapeTextParagraphFormat.Alignment property.

See Also

DevExpress.Spreadsheet Namespace