Fill

Overview

Fill is a interface in Aspose.Cells FOSS for Typescript.

Properties: bgColor, fgColor, patternType.

Description

Fill 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`; `: string`. These operations enable developers to integrate fill functionality directly into TypeScript applications.

The class also provides the patternType property (gets the pattern type), the fgColor property (gets the fg color), the bgColor property (gets the bg color).

Properties

NameTypeAccessDescription
patternType`:
\| "none"

\| "solid"

\| "gray125"

\| "darkGray"

\| "mediumGray"

\| "lightGray"` | Read | Gets the pattern type. |

| fgColor | : string | Read | Gets the fg color. | | bgColor | : string | Read | Gets the bg color. |

See Also