Description
Returns the status of the last line fill option.
This property is read-only.
Syntax
object.GetFill |
object
Required. Object name, returned by Text.GetTextStyle and GetParaStyle.
Remarks
This script returns the status of the last line fill option. If the value is not set, or no style is applied, it will return False anyway.
Dim objStyle = Text.GetParaStyle
msgbox (objStyle.GetFill)