ParagraphStyle.nextStyle Property
Gets or sets the default style for a paragraph that immediately follows the current paragraph.
Declaration
get nextStyle(): ParagraphStyle
Property Value
Type | Description |
---|---|
ParagraphStyle | A ParagraphStyle object specifying the style for the next paragraph. |
See Also