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