提供意見
Method: documents.create
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
使用要求中提供的標題建立空白文件。系統會忽略要求中的其他欄位,包括任何提供的內容。
傳回已建立的文件。
HTTP 要求
POST https://docs.googleapis.com/v1/documents
這個網址使用 gRPC 轉碼 語法。
要求主體
要求主體的資料會採用以下結構:
JSON 表示法
{
"documentId" : string ,
"title" : string ,
"tabs" : [
{
object (Tab
)
}
] ,
"revisionId" : string ,
"suggestionsViewMode" : enum (SuggestionsViewMode
) ,
"body" : {
object (Body
)
} ,
"headers" : {
string : {
object (Header
)
} ,
...
} ,
"footers" : {
string : {
object (Footer
)
} ,
...
} ,
"footnotes" : {
string : {
object (Footnote
)
} ,
...
} ,
"documentStyle" : {
object (DocumentStyle
)
} ,
"suggestedDocumentStyleChanges" : {
string : {
object (SuggestedDocumentStyle
)
} ,
...
} ,
"namedStyles" : {
object (NamedStyles
)
} ,
"suggestedNamedStylesChanges" : {
string : {
object (SuggestedNamedStyles
)
} ,
...
} ,
"lists" : {
string : {
object (List
)
} ,
...
} ,
"namedRanges" : {
string : {
object (NamedRanges
)
} ,
...
} ,
"inlineObjects" : {
string : {
object (InlineObject
)
} ,
...
} ,
"positionedObjects" : {
string : {
object (PositionedObject
)
} ,
...
}
}
欄位
document Id
string
僅供輸出。文件 ID。
title
string
文件標題。
tabs[]
object (Tab
)
文件中的分頁。
分頁可以包含子分頁,也就是在另一個分頁中巢狀的分頁。子分頁會以 Tab.childTabs
欄位表示。
revision Id
string
僅供輸出。文件的修訂版本 ID。可在更新要求中使用,用於指定要套用更新的文件修訂版本,以及如果文件在該修訂版本之後經過編輯,要求應如何運作。只有在使用者具備文件的編輯權限時,才會填入這項資料。
修訂版本 ID 不是連續編號,而是不透明字串。修訂版本 ID 的格式可能會隨時間變更。系統傳回的修訂版本 ID 只保證在傳回後的 24 小時內有效,且無法跨使用者共用。如果兩次呼叫之間的修訂版本 ID 維持不變,則文件並未變更。相反地,如果 ID 有所變更 (針對相同的文件和使用者),通常表示文件已更新。不過,ID 變更也可能是由內部因素 (例如 ID 格式變更) 所造成。
suggestions View Mode
enum (SuggestionsViewMode
)
僅供輸出。文件已套用建議檢視模式。
注意:編輯文件時,變更必須以含有 SUGGESTIONS_INLINE
的文件為依據。
body
object (Body
)
僅供輸出。文件的主要內容。
舊版欄位:請改用 Document.tabs.documentTab.body
,當 includeTabsContent
參數設為 true
時,這會顯示所有分頁的實際文件內容。如果設為 false
或未設定,則這個欄位會包含文件中第一個分頁的相關資訊。
headers
map (key: string, value: object (Header
))
僅供輸出。文件中的標頭,以標頭 ID 做為索引。
舊版欄位:請改用 Document.tabs.documentTab.headers
,當 includeTabsContent
參數設為 true
時,這會顯示所有分頁的實際文件內容。如果為 false
或未設定,則此欄位會包含文件中第一個分頁的相關資訊。
footers
map (key: string, value: object (Footer
))
僅供輸出。文件中的頁尾,以頁尾 ID 做為索引鍵。
舊版欄位:請改用 Document.tabs.documentTab.footers
,當 includeTabsContent
參數設為 true
時,這會顯示所有分頁的實際文件內容。如果為 false
或未設定,則此欄位會包含文件中第一個分頁的相關資訊。
footnotes
map (key: string, value: object (Footnote
))
僅供輸出。文件中的註腳,以註腳 ID 做為索引鍵。
舊版欄位:請改用 Document.tabs.documentTab.footnotes
,當 includeTabsContent
參數設為 true
時,這會顯示所有分頁的實際文件內容。如果為 false
或未設定,則此欄位會包含文件中第一個分頁的相關資訊。
document Style
object (DocumentStyle
)
僅供輸出。文件樣式。
舊版欄位:請改用 Document.tabs.documentTab.documentStyle
,這會在 includeTabsContent
參數設為 true
時,公開所有分頁中的實際文件內容。如果為 false
或未設定,則此欄位會包含文件中第一個分頁的相關資訊。
suggested Document Style Changes
map (key: string, value: object (SuggestedDocumentStyle
))
僅供輸出。建議的文件樣式變更,以建議 ID 做為索引。
舊版欄位:請改用 Document.tabs.documentTab.suggestedDocumentStyleChanges
,這會在 includeTabsContent
參數設為 true
時,公開所有分頁中的實際文件內容。如果設為 false
或未設定,則這個欄位會包含文件中第一個分頁的相關資訊。
named Styles
object (NamedStyles
)
僅供輸出。文件的命名樣式。
舊版欄位:請改用 Document.tabs.documentTab.namedStyles
,這會在 includeTabsContent
參數設為 true
時,公開所有分頁中的實際文件內容。如果為 false
或未設定,則此欄位會包含文件中第一個分頁的相關資訊。
suggested Named Styles Changes
map (key: string, value: object (SuggestedNamedStyles
))
僅供輸出。建議變更文件的已命名樣式,並以建議 ID 做為索引鍵。
舊版欄位:請改用 Document.tabs.documentTab.suggestedNamedStylesChanges
,這會在 includeTabsContent
參數設為 true
時,公開所有分頁中的實際文件內容。如果設為 false
或未設定,則這個欄位會包含文件中第一個分頁的相關資訊。
lists
map (key: string, value: object (List
))
僅供輸出。文件中的清單,以清單 ID 做為索引。
舊版欄位:請改用 Document.tabs.documentTab.lists
,當 includeTabsContent
參數設為 true
時,這會顯示所有分頁的實際文件內容。如果為 false
或未設定,則此欄位會包含文件中第一個分頁的相關資訊。
named Ranges
map (key: string, value: object (NamedRanges
))
僅供輸出。文件中的已命名範圍,以名稱做為索引。
舊版欄位:請改用 Document.tabs.documentTab.namedRanges
,當 includeTabsContent
參數設為 true
時,這會顯示所有分頁的實際文件內容。如果為 false
或未設定,則此欄位會包含文件中第一個分頁的相關資訊。
inline Objects
map (key: string, value: object (InlineObject
))
僅供輸出。文件中的內嵌物件,以物件 ID 做為索引。
舊版欄位:請改用 Document.tabs.documentTab.inlineObjects
,當 includeTabsContent
參數設為 true
時,這會顯示所有分頁的實際文件內容。如果為 false
或未設定,則此欄位會包含文件中第一個分頁的相關資訊。
positioned Objects
map (key: string, value: object (PositionedObject
))
僅供輸出。文件中已定位的物件,以物件 ID 做為索引。
舊版欄位:請改用 Document.tabs.documentTab.positionedObjects
,當 includeTabsContent
參數設為 true
時,這會顯示所有分頁的實際文件內容。如果設為 false
或未設定,則這個欄位會包含文件中第一個分頁的相關資訊。
回應主體
如果成功,回應主體會包含新建立的 Document
例項。
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/documents
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
詳情請參閱授權指南 。
提供意見
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權 ,程式碼範例則為阿帕契 2.0 授權 。詳情請參閱《Google Developers 網站政策 》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-09 (世界標準時間)。
想進一步說明嗎?
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-11-09 (世界標準時間)。"],[[["Creates a new Google Docs document with the specified title, leaving all other content blank."],["Uses a POST request to `https://docs.googleapis.com/v1/documents` with the document title in the request body."],["Returns the newly created document object in the response."],["Requires authorization with specific Google Docs or Drive scopes."]]],[]]