Description
Returns the name of the default text copy fit set, assigned to format.
It corresponds to the value in the Text copy fit list in the Edit format dialog box.
Syntax
object.IsItalic |
object
Required. Object name. Returned by Dim objFormat = Ted.GetFormat or Dim objFormat = Fred.GetFormat.
Example
Dim objFormat As Format = Ted.GetFormat
Dim objT = Ted.GetActiveTxt
objFormat.Id = objT.FormatId
msgbox (objFormat.TextCopyFit)
Context
Property