mime_type property
FieldIncludeText.mime_type property
Gets or sets the MIME type of the referenced file.
@property
def mime_type(self) -> str:
...
@mime_type.setter
def mime_type(self, value: str):
...
See Also
- module aspose.words.fields
- class FieldIncludeText