y property

y property

The y-coordinate of this WordProcessingShape from the page top border in points.

Definition:

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

See Also