TextParagraphProperties.FontAlignment Property
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type |
|---|
| Nullable<FontAlignmentType> |
Available values:
| Name | Description |
|---|---|
| Automatic | Text is aligned automatically. |
| Top | Text is aligned to the top of the line. |
| Center | Text is aligned to the center of each character. |
| Baseline | Text is aligned to the baseline of each character. |
| Bottom | Text is aligned to the bottom of the line. |
See Also