Font
Overview
Font is a interface in Aspose.Cells FOSS for Typescript.
The Font class provides properties to style text, including name, size, bold, italic, underline, color, and strikeout.
Properties: bold, color, italic, name, size, strikeout, and 1 more.
Description
Font is an interface in Aspose.Cells FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: : string; : number; : boolean. These operations enable developers to integrate font functionality directly into TypeScript applications.
The class also provides the name property (gets the name), the size property (gets the size), the bold property (gets the bold).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Gets the name. |
size | : number | Read | Gets the size. |
bold | : boolean | Read | Gets the bold. |
italic | : boolean | Read | Gets the italic. |
underline | : boolean | Read | Gets the underline. |
color | : string | Read | Gets the color. |
strikeout | : boolean | Read | Gets the strikeout. |