Description
Returns the name of the default copy-fit parameters set to strecth/shrink the paragraph.
This property is read-only.
Syntax
object.GetFitName |
object
Required. Object name, returned by Text.GetTextStyle and GetParaStyle.
Remarks
This script returns the name of the default copy-fit parameters set to strecth/shrink the paragraph. If the value is not set, or no style is applied, it will return an empty string anyway.
Dim objStyle = Text.GetParaStyle
msgbox (objStyle.GetFitName)