Microsoft Word · Example Payload

Javascript Api Paragraph Example

DocumentsMicrosoft 365OfficeProductivityWord Processing

Javascript Api Paragraph Example is an example object payload from Microsoft Word, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtextstylealignmentfirstLineIndentlineSpacingoutlineLevelisListItem

Example Payload

Raw ↑
{
  "id": "para-500123",
  "text": "This quarterly report summarizes the financial performance for Q4 2025, including revenue growth, cost optimization initiatives, and strategic investments.",
  "style": "Heading 1",
  "alignment": "Left",
  "firstLineIndent": 0.0,
  "lineSpacing": 15.0,
  "outlineLevel": 1,
  "isListItem": false
}