1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain
  6. /
  7. ITextAlignment class
  8. /
  9. text_horizontal_alignment property

text_horizontal_alignment property

text_horizontal_alignment property

Horizontal alignment of text inside a signature.

Definition:

@property
def text_horizontal_alignment(self):
    ...
@text_horizontal_alignment.setter
def text_horizontal_alignment(self, value):
    ...

See Also