scistag.imagestag.text_alignment_definitions.HTextAlignment¶
- class HTextAlignment(value)[source]¶
Bases:
IntEnumDefines the horizontal text alignment
Methods
Attributes
Text is written to the right of ax x starting point
Text is written to the left of an x starting point
Text is centered equally to the left and right of an x starting point
__doc____members____module__- CENTER = 1¶
Text is written to the left of an x starting point
- LEFT = 0¶
Text is written to the right of ax x starting point
- RIGHT = 2¶
Text is centered equally to the left and right of an x starting point