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