Table of Contents

ITMSFNCCustomPDFRichTextLib.GetItalic Method

Returns True when the specified text range has italic styling applied.

API unit family: TMSFNCPDFRichTextLib Declaring type: ITMSFNCCustomPDFRichTextLib

Syntax

function GetItalic(AStart: Integer = -1; ALength: Integer = -1): Boolean;

Parameters

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

Returns

True when all characters in the range are italic; False otherwise.