Description
Returns or sets the italic font variation corresponding to the GNML tag >it...<, it can be either true = set italic or false = no italic.
When querying the typographical status using the GetTextStatus function this property never has a value assigned, only FontCode is set.
Syntax
object.Italic [ =True | False ] |
object
Required. Object name, returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions
Remarks
If oDTS.Italic Then
RplParaTags(strtags, ">it 1<")
Else
RplParaTags(strtags, ">it 0<")
End If
See also