@express-document-sdk / TextAlignment
Enumeration: TextAlignment
Do not depend on the literal numeric values of these constants, as they may change. Always reference the enum identifiers in your code.
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
center
• center: 3
justifyLeft
• justifyLeft: 4
left
• left: 1
right
• right: 2