Back to Devexpress

TextParagraphAlignment Enum

officefileapi-devexpress-dot-docs-dot-presentation-f18debb0.md

latest1.6 KB
Original Source

TextParagraphAlignment Enum

Lists values that specify the paragraph alignment.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum TextParagraphAlignment
vb
Public Enum TextParagraphAlignment

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 TextParagraphAlignment values:

See Also

DevExpress.Docs.Presentation Namespace