Aspose::Pdf::Annotations::TextAlignment enum

TextAlignment enum

Alignment of text in annotation.

enum class TextAlignment

Values

NameValueDescription
Left0Text is aligned to left.
Center1Text is centered.
Right2Text is aligned to right.

Deprecated

Use Aspose.Pdf.HorizontalAlignment type

See Also