anchoring_type property

anchoring_type property

Returns or sets vertical anchor text in a TextFrame. Read/write TextAnchorType.

Definition:

@property
def anchoring_type(self):
    ...

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

See Also