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