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