content_type property

content_type property

Gets or sets the content type. 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_type(self):
    ...
@content_type.setter
def content_type(self, value):
    ...

See Also