parentStyle property

Revision.parentStyle property

Gets the immediate parent style (owner) of this revision. This property will work for only for the RevisionType.StyleDefinitionChange revision type.

get parentStyle(): Aspose.Words.Style

Remarks

If this revision relates to changes on document nodes, use Revision.parentNode instead.

See Also