content_type property
content_type property
Gets or sets the content type of the document.
Definition:
@property
def content_type(self):
    ...
@content_type.setter
def content_type(self, value):
    ...
Gets or sets the content type of the document.
@property
def content_type(self):
    ...
@content_type.setter
def content_type(self, value):
    ...