Information Classification: External Restricted.
See https://www.chili-publish.com/security
Document Object Model - ParagraphStyle
A ParagraphStyle contains a series of character settings which can be managed separately from the text in a document. ParagraphStyle can be assigned to text, and changes to the style will reflect to all of the texts which have the ParagraphStyle assigned
Fields
Name | Type | Triggers | Description |
|---|---|---|---|
color | Text Color | ||
nextStyle | Indent settings, level 6 | ||
background |
| Background settings | |
diagonalRule |
| Diagonal Rule settings | |
ruleAbove |
| Rule Above Settings | |
ruleBelow |
| Rule Below Settings | |
format | ITextLayoutFormat | Text Formatting storage | |
textFormat |
| TextFormat helper object | |
indentSettings_1 |
| Indent settings, level 1 | |
indentSettings_2 |
| Indent settings, level 2 | |
indentSettings_3 |
| Indent settings, level 3 | |
indentSettings_4 |
| Indent settings, level 4 | |
indentSettings_5 |
| Indent settings, level 5 | |
alignToBaseLine | bool | Align paragraphs to baseline grid (either on document, or on frame, as locally configured) | |
applyToNewFrames | bool | Apply style to new text frame content | |
applyToNewFramesAndPreserveLink | bool | Preserve a link to the style after applying to a new TextFrame (or just copy the formatting) | |
textOverprint | bool | apply overprint to PDF output |
Inherits from
> DocumentBase
> DocumentListItemBase
> DocumentListItemSelectableBase