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