TextRun
Overview
TextRun is a interface in Aspose.PDF FOSS for TypeScript.
One styled span of a rich text block.
Properties: color, font, fontSize, link, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | : string | Read | Gets the text. |
font | : AuthoringFont | Read | Gets the font. |
fontSize | : number | Read | Gets the font size. |
color | : [number, number, number] | Read | Gets the color. |
link | : string | Read | Make this run a hyperlink to this absolute URI. |