Подпись свойства DocumentObject.mimeType
MIME-тип этого элемента.
Подпись
[Document.MIME_TYPE]?: string;
Подробности
Тип | string |
---|
Необязательный | Да |
---|
Только чтение | Нет |
---|
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-15 UTC.
[null,null,["Последнее обновление: 2024-11-15 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"]]