flip_orientation property
flip_orientation property
Gets or sets the orientation of a shape.
Remarks
The default value is WordProcessingFlipOrientation.NONE
.
Definition:
@property
def flip_orientation(self):
...
@flip_orientation.setter
def flip_orientation(self, value):
...