IdxRichEditCharacterPropertiesBase.SetBold(TdxNullableBoolean) Method
In This Article
Adds or removes the Bold font attribute to/from a document range.
#Declaration
Delphi
procedure SetBold(const Value: TdxNullableBoolean);
#Parameters
Name | Type |
---|---|
Value | Tdx |
#Remarks
The SetBold procedure is a setter of the Bold property.
See Also