Table of Contents

ITMSFNCCustomPDFRichTextLib.GetBold Method

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

API unit family: TMSFNCPDFRichTextLib Declaring type: ITMSFNCCustomPDFRichTextLib

Syntax

function GetBold(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 bold; False otherwise.