shape_position property

shape_position property

Flag to return specify shape position in the document layout. Avaliable only for Word documents

Definition:

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

See Also