プロパティ署名 DocumentObject.mimeType
このアイテムの MIME タイプ。
署名
[Document.MIME_TYPE]?: string;
詳細
タイプ |
string |
省略可 |
はい |
読み取り専用 |
いいえ |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-23 UTC。
[null,null,["最終更新日 2024-11-23 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"]]