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