A document, containing rich text and elements such as tables and lists.
Documents may be opened or created using DocumentApp.
// Open a document by ID. var doc = DocumentApp.openById("<my-id>"); // Create and open a document. doc = DocumentApp.create("Document Title");
Optional
A document, containing rich text and elements such as tables and lists.
Documents may be opened or created using DocumentApp.