save_as_editable_shapes property

save_as_editable_shapes property

Save all drawing objects as editable shapes in the word file, so you can edit them in Word.

Remarks

Only for charts.

Definition:

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

See Also