text_anchor_type property

text_anchor_type property

Returns or sets the text anchor type. Read/write TextAnchorType.

Definition:

@property
def text_anchor_type(self):
    ...

@text_anchor_type.setter
def text_anchor_type(self, value):
    ...

See Also