x property
x property
Gets or sets the horizontal offset of this WordProcessingShape
from page left border in points.
Definition:
@property
def x(self):
...
@x.setter
def x(self, value):
...
Gets or sets the horizontal offset of this WordProcessingShape
from page left border in points.
@property
def x(self):
...
@x.setter
def x(self, value):
...