GetNextStyleName Method

Build 1501 on 14/Nov/2017  This topic last edited on: 10/Oct/2016, at 13:09

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)