@express-document-sdk

Enumeration: TextAlignment

data-slots=text
data-variant=warning
Do not depend on the literal numeric values of these constants, as they may change. Always reference the enum identifiers in your code.
data-slots=text
data-variant=warning
Additional alignment types may be added in the future. If your code has different branches or cases depending on text alignment, always have a default/fallback case to handle any unknown values you may encounter.

Enumeration Members

Enumeration Member
Value
left
1
right
2
center
3
justifyLeft
4