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

NameTypeAccessDescription
text: stringReadGets the text.
font: AuthoringFontReadGets the font.
fontSize: numberReadGets the font size.
color: [number, number, number]ReadGets the color.
link: stringReadMake this run a hyperlink to this absolute URI.