Table of Contents

ITMSFNCCustomPDFRichTextLib.GetStrikethrough Method

Returns the strikethrough style for the specified text range.

API unit family: TMSFNCPDFRichTextLib Declaring type: ITMSFNCCustomPDFRichTextLib

Syntax

function GetStrikethrough(AStart: Integer = -1; ALength: Integer = -1): TTMSFNCPDFRichTextLibUnderlineStyles;

Parameters

Name Description
AStart Zero-based start index; -1 uses the selection start.
ALength Number of characters; -1 uses the selection length.

Returns

Set of strikethrough style flags active for the range; empty set when no strikethrough is applied.