Google Docs · Example Payload

Google Docs V1 Paragraph Style Example

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

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

Top-level fields

headingIdnamedStyleTypealignmentlineSpacingdirectionspacingModetabStopskeepLinesTogetherkeepWithNextavoidWidowAndOrphanpageBreakBefore

Example Payload

Raw ↑
{
  "headingId": "500123",
  "namedStyleType": "example_value",
  "alignment": "example_value",
  "lineSpacing": 42.5,
  "direction": "example_value",
  "spacingMode": "example_value",
  "tabStops": [],
  "keepLinesTogether": true,
  "keepWithNext": true,
  "avoidWidowAndOrphan": true,
  "pageBreakBefore": true
}