Interface for objects that can export their data as a Blob.
Implementing classes
Name | Brief description |
---|---|
Attachment | A Sites Attachment such as a file attached to a page. |
Blob | A data interchange object for Apps Script services. |
Chart | A Chart object, which can be embedded into documents, UI elements, or used as a static image. |
CompositeBlob | A data interchange object for Apps Script services, possibly containing multiple parts. |
Document | A document, containing rich text and elements such as tables and lists. |
EmbeddedChart | Represents a chart that has been embedded into a Spreadsheet. |
File | This class contains methods to get information about the file and modify its contents. |
GmailAttachment | An attachment from Gmail. |
HTTPResponse | This class allows users to access specific information on HTTP responses. |
HtmlOutput | An HtmlOutput object that can be served from a script. |
InlineImage | An element representing an embedded image. |
JdbcBlob | A JDBC Blob. |
JdbcClob | A JDBC Clob. |
Spreadsheet | This class allows users to access and modify Google Spreadsheets. |
StaticMap | Allows for the creation and decoration of static map images. |