Description
Returns the tag name of the next paragraph style.
This property is read-only.
Syntax
object.GetNextStyleName |
object
Required. Object name, returned by Text.GetTextStyle and GetParaStyle.
Remarks
This script returns the name of the next style for the current paragraph style.
Dim objStyle = Text.GetParaStyle
msgbox (objStyle.GetNextStyleName)