Skip to content
Document Authoring DA  API Docs v1.15.1
npmGitHub

ParagraphStyleIdNEW

ParagraphStyleId:

type ParagraphStyleId =
| "Normal"
| "Title"
| "Subtitle"
| "Heading 1"
| "Heading 2"
| "Heading 3"
| "Heading 4"
| "Heading 5"
| "Heading 6";

Built-in paragraph style IDs supported by the public programmatic API.

These IDs refer to the SDK-supported paragraph styles that can be assigned without style-table discovery or custom style creation.