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