ShapeFill

Overview

ShapeFill is a interface in Aspose.Cells FOSS for TypeScript.

Properties: color, gradientAngle, gradientStops, isSchemeColor, lumMod, lumOff, and 2 more.

Properties

NameTypeAccessDescription
type: "solid" | "gradient" | "none"ReadGets the type.
color: stringReadGets the color.
isSchemeColor: booleanReadGets the is scheme color.
gradientStops`: Array<{
position: number;

color: string;

isSchemeColor?: boolean;

lumMod?: number;

lumOff?: number;

}>| Read | Gets the gradient stops. | |position|: number| Read | Gets the position. | |color|: string| Read | Gets the color. | |isSchemeColor|: boolean| Read | Gets the is scheme color. | |lumMod|: number| Read | Gets the lum mod. | |lumOff|: number| Read | Gets the lum off. | |gradientAngle|: number` | Read | Gets the gradient angle. |

See Also

 English