Google Docs · Example Payload

Google Docs V1 Text Style Example

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Google Docs V1 Text Style Example is an example object payload from Google Docs, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

bolditalicunderlinestrikethroughsmallCapsbaselineOffset

Example Payload

Raw ↑
{
  "bold": true,
  "italic": true,
  "underline": true,
  "strikethrough": true,
  "smallCaps": true,
  "baselineOffset": "example_value"
}