Description
Returns or sets the format id.
Syntax
object.Id |
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.id)
Remark
As master page formats are not assigned to any text, it is not possible to use the Format object to retrieve them in Fred.
Context
Property