ParagraphStyle.parent Property
Gets or sets the style from which the current style inherits.
Declaration
get parent(): ParagraphStyle
Property Value
Type | Description |
---|---|
ParagraphStyle | A ParagraphStyle object representing the parent style. |
See Also