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

NameTypeAccessDescription
name: stringReadGets the name.
size: numberReadGets the size.
bold: booleanReadGets the bold.
italic: booleanReadGets the italic.
underline: booleanReadGets the underline.
color: stringReadGets the color.
strikeout: booleanReadGets the strikeout.

See Also