DocumentTab
import type { DocumentTab } from "https://googleapis.deno.dev/v1/docs:v1.ts";
A tab with document contents.
interface DocumentTab {
body?: Body;
documentStyle?: DocumentStyle;
footers?: {};
[key: string]: Footer;
footnotes?: {};
[key: string]: Footnote;
headers?: {};
[key: string]: Header;
inlineObjects?: {};
[key: string]: InlineObject;
lists?: {};
[key: string]: List;
namedRanges?: {};
[key: string]: NamedRanges;
namedStyles?: NamedStyles;
positionedObjects?: {};
[key: string]: PositionedObject;
suggestedDocumentStyleChanges?: {};
[key: string]: SuggestedDocumentStyle;
suggestedNamedStylesChanges?: {};
}[key: string]: SuggestedNamedStyles;
§Properties
§
documentStyle?: DocumentStyle
[src]The style of the document tab.
§
inlineObjects?: {}
[src][key: string]: InlineObject;
The inline objects in the document tab, keyed by object ID.
§
namedRanges?: {}
[src][key: string]: NamedRanges;
The named ranges in the document tab, keyed by name.
§
namedStyles?: NamedStyles
[src]The named styles of the document tab.
§
positionedObjects?: {}
[src][key: string]: PositionedObject;
The positioned objects in the document tab, keyed by object ID.
§
suggestedDocumentStyleChanges?: {}
[src][key: string]: SuggestedDocumentStyle;
The suggested changes to the style of the document tab, keyed by suggestion ID.
§
suggestedNamedStylesChanges?: {}
[src][key: string]: SuggestedNamedStyles;
The suggested changes to the named styles of the document tab, keyed by suggestion ID.