content_status property

content_status property

Gets or sets the content status. Can be updated in a PPTX document only.

Remarks

Can be updated in a PPTX document only. Read-only for other supported formats.

Definition:

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

See Also