ITMSFNCCustomPDFRichTextLib.GetUnderlineColor Method
Returns the underline color for the specified text range.
API unit family: TMSFNCPDFRichTextLib
Declaring type: ITMSFNCCustomPDFRichTextLib
Syntax
function GetUnderlineColor(AStart: Integer = -1; ALength: Integer = -1): TTMSFNCGraphicsColor;
Parameters
| Name | Description |
|---|---|
AStart |
Zero-based start index; -1 uses the selection start. |
ALength |
Number of characters; -1 uses the selection length. |
Returns
Color of the underline decoration; gcNull when no underline color is explicitly set.