IdxRichEditCharacterPropertiesBase.GetStrikeout Method
Identifies the type of strikeout applied to a document range.
Declaration
function GetStrikeout: TdxNullableValue<TdxRichEditStrikeoutType>;
Returns
Type |
---|
TdxNullableValue<T> |
Remarks
Call the GetStrikeoutColor function to identify the strikeout color.
For detailed information on all strikeout types provided by the Rich Edit control, refer to the TdxRichEditStrikeoutType type description.
The GetStrikeout function is a getter of the Strikeout property.
See Also