UNPKG

flow-interfaces-google-apps-script

Version:
46 lines (43 loc) 1.7 kB
// @flow // @see https://developers.google.com/apps-script/reference/document/attribute opaque type gas$Document$Attribute = any; interface gas$Document$Enum$Attribute { +BACKGROUND_COLOR: gas$Document$Attribute; +BOLD: gas$Document$Attribute; +BORDER_COLOR: gas$Document$Attribute; +BORDER_WIDTH: gas$Document$Attribute; +CODE: gas$Document$Attribute; +FONT_FAMILY: gas$Document$Attribute; +FONT_SIZE: gas$Document$Attribute; +FOREGROUND_COLOR: gas$Document$Attribute; +HEADING: gas$Document$Attribute; +HEIGHT: gas$Document$Attribute; +HORIZONTAL_ALIGNMENT: gas$Document$Attribute; +INDENT_END: gas$Document$Attribute; +INDENT_FIRST_LINE: gas$Document$Attribute; +INDENT_START: gas$Document$Attribute; +ITALIC: gas$Document$Attribute; +GLYPH_TYPE: gas$Document$Attribute; +LEFT_TO_RIGHT: gas$Document$Attribute; +LINE_SPACING: gas$Document$Attribute; +LINK_URL: gas$Document$Attribute; +LIST_ID: gas$Document$Attribute; +MARGIN_BOTTOM: gas$Document$Attribute; +MARGIN_LEFT: gas$Document$Attribute; +MARGIN_RIGHT: gas$Document$Attribute; +MARGIN_TOP: gas$Document$Attribute; +NESTING_LEVEL: gas$Document$Attribute; +MINIMUM_HEIGHT: gas$Document$Attribute; +PADDING_BOTTOM: gas$Document$Attribute; +PADDING_LEFT: gas$Document$Attribute; +PADDING_RIGHT: gas$Document$Attribute; +PADDING_TOP: gas$Document$Attribute; +PAGE_HEIGHT: gas$Document$Attribute; +PAGE_WIDTH: gas$Document$Attribute; +SPACING_AFTER: gas$Document$Attribute; +SPACING_BEFORE: gas$Document$Attribute; +STRIKETHROUGH: gas$Document$Attribute; +UNDERLINE: gas$Document$Attribute; +VERTICAL_ALIGNMENT: gas$Document$Attribute; +WIDTH: gas$Document$Attribute; }