Microsoft Word · Schema

Paragraph

Represents a single paragraph in a Word document.

DocumentsMicrosoft 365OfficeProductivityWord Processing

Properties

Name Type Description
id string Unique identifier of the paragraph.
text string Plain text content of the paragraph.
style string Style name applied to the paragraph.
alignment string Text alignment (Left, Centered, Right, Justified).
firstLineIndent number First line indent value in points.
lineSpacing number Line spacing in points.
outlineLevel integer Outline level of the paragraph.
isListItem boolean Whether the paragraph is part of a list.
View JSON Schema on GitHub