Property signature DocumentObject.mimeType
The MIME type of this item.
Signature
[Document.MIME_TYPE]?: string;
Details
Type |
string |
Optional |
Yes |
Readonly |
No |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["`Document.MIME_TYPE` denotes the Multipurpose Internet Mail Extensions (MIME) type of a document, represented as a string."],["This property is optional, meaning it might not always be available, and its value can be modified."]]],["The content defines a property called `MIME_TYPE` associated with a `Document`. This property stores the MIME type of the document as a string. It's an optional field, meaning it may or may not be present. The value of the `MIME_TYPE` property can be modified, as it is not readonly. The type of data stored in this property will always be of string format.\n"]]