ITMSFNCCustomPDFRichTextLib.GetItalic Method
Returns
Truewhen 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.