anchor_center property

anchor_center property

Determines whether or not text box centered inside a cell. Read/write bool.

Definition:

@property
def anchor_center(self):
    ...

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

See Also