列舉文件
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Document
是用來描述 DocumentObject
欄位的列舉型別。
簽名
export enum Document
成員
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],[],null,["# Enum Document\n\n`Document` is an enumerated type used to describe the fields of a\n`DocumentObject`.\n\nSignature\n---------\n\n export enum Document\n\nMembers\n-------\n\n| Name | Description |\n|--------------------------------------------------------|-------------|\n| [`ADDRESS_LINES`](./picker.document.address_lines) | |\n| [`AUDIENCE`](./picker.document.audience) | |\n| [`DESCRIPTION`](./picker.document.description) | |\n| [`DURATION`](./picker.document.duration) | |\n| [`EMBEDDABLE_URL`](./picker.document.embeddable_url) | |\n| [`ICON_URL`](./picker.document.icon_url) | |\n| [`ID`](./picker.document.id) | |\n| [`IS_NEW`](./picker.document.is_new) | |\n| [`LAST_EDITED_UTC`](./picker.document.last_edited_utc) | |\n| [`LATITUDE`](./picker.document.latitude) | |\n| [`LONGITUDE`](./picker.document.longitude) | |\n| [`MIME_TYPE`](./picker.document.mime_type) | |\n| [`NAME`](./picker.document.name) | |\n| [`NUM_CHILDREN`](./picker.document.num_children) | |\n| [`PARENT_ID`](./picker.document.parent_id) | |\n| [`PHONE_NUMBERS`](./picker.document.phone_numbers) | |\n| [`READ_ONLY`](./picker.document.read_only) | |\n| [`SERVICE_ID`](./picker.document.service_id) | |\n| [`THUMBNAILS`](./picker.document.thumbnails) | |\n| [`TYPE`](./picker.document.type) | |\n| [`URL`](./picker.document.url) | |\n| [`VERSION`](./picker.document.version) | |"]]