save_as_editable_shaps property

save_as_editable_shaps property

Save all drawing objecgts as editable shapes in word file.So you can edit them in Word.

Remarks

NOTE: This member is now obsolete. Instead, please use DocxSaveOptions.save_as_editable_shapes property. This property will be removed 6 months later since May 2025. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also