Description
Returns the name of the format assigned to the text. Read-only.
Available in Ted and in Fred.
Note: use Text.TxtFormatName, or Page.TxtFormatName to change the format.
Syntax
object.FormatName |
object
Required. Object name. Returned by Ted.GetCurrentLocalTxt.
Example
This script displays the format name.
If Ted.IsLocalTxt Then
dim objT = Ted.GetCurrentLocalTxt
dim strname = objT.FormatName
msgbox ("This is name of the text's format:" & strname)
End If
Context
LocalTxt object
See also