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

text_bottom_intent property

text_bottom_intent property

Gets or sets the bottom intent of text.

Definition:

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

See Also