Table of Contents

ITMSFNCCustomPDFRichTextLib.GetValues Method

Returns the formatting attribute values applied to the specified text range.

API unit family: TMSFNCPDFRichTextLib Declaring type: ITMSFNCCustomPDFRichTextLib

Syntax

function GetValues(AStart: Integer = -1; ALength: Integer = -1): TTMSFNCPDFRichTextLibAttributeValue;

Parameters

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

Returns

Record describing the font, color, and style attributes of the range.