FormFieldTextAlignment Enum
Lists text alignment options in an interactive form field.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Near
|
Text is aligned near to the origin position of a field rectangle. |
Center
|
Text is aligned in the center of a field rectangle. |
Far
|
Text is aligned far from the origin position of a field rectangle. |
Related API Members
The following properties accept/return FormFieldTextAlignment values:
See Also