flip_orientation property

flip_orientation property

The orientation of a shape.

The default value is WordProcessingFlipOrientation.none.

Definition:

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

See Also