Skip to main content

IdxRichEditCharacterPropertiesBase.SetStrikeout(TdxNullableValue<TdxRichEditStrikeoutType>) Method

Adds or removes a strikeout to/from a document range.

Declaration

procedure SetStrikeout(const Value: TdxNullableValue<TdxRichEditStrikeoutType>);

Parameters

Name Type
Value TdxNullableValue<T>

Remarks

The SetStrikeout procedure is a setter of the Strikeout property.

See Also