ITMSFNCCustomPDFRichTextLib.SetItalic Method
Sets or clears italic styling for the specified text range.
API unit family: TMSFNCPDFRichTextLib
Declaring type: ITMSFNCCustomPDFRichTextLib
Syntax
procedure SetItalic(AValue: Boolean = True; AStart: Integer = -1; ALength: Integer = -1);
Parameters
| Name | Description |
|---|---|
AValue |
When True, applies italic; when False, removes italic. |
AStart |
Zero-based start index; -1 uses the selection start. |
ALength |
Number of characters; -1 uses the selection length. |