CellTextOptions
Overview
CellTextOptions is a interface in Aspose.PDF FOSS for TypeScript.
Per-cell/row text + visual style; each field falls back through the cascade (cell ??
Properties: align, background, border, color, font, fontSize, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
font | : AuthoringFont | Read | Gets the font. |
fontSize | : number | Read | Gets the font size. |
leading | : number | Read | Gets the leading. |
color | : [number, number, number] | Read | Gets the color. |
align | : 'left' | 'center' | 'right' | Read | Gets the align. |
valign | : 'top' | 'center' | 'bottom' | Read | Gets the valign. |
border | : BorderInfo | Read | Gets the border. |
background | : [number, number, number] | Read | Gets the background. |
underline | : Decoration | Read | Rule below the baseline of the cell’s text. |
strikethrough | : Decoration | Read | Rule through the cell’s text. |
textBackground | : Background | Read | Fill behind the cell’s text (text-tight, per line). |
padding | : Padding | Read | Inner padding, scalar or per side. |