Methods

equals(obj) → boolean

/

Parameter

Name Type Optional Description

obj

Object

 

Returns

boolean 

getAngle()

The angle of linear fill.

getDirectionType()

Gets the gradient direction type. The value of the property is GradientDirectionType integer constant.

getFillType()

Gets the gradient fill type. The value of the property is GradientFillType integer constant.

getGradientColor1()

Gets gradient color 1. Applies to Excel97-2003

getGradientColor2()

Gets gradient color 2. Applies to Excel97-2003

getGradientColorType()

Gets gradient color type. Applies to Excel97-2003 The value of the property is GradientColorType integer constant.

getGradientDegree()

Gets gradient degree. Applies to Excel97-2003

getGradientStops()

Represents the gradient stop collection.

getGradientStyle()

Gets gradient style type. Applies to Excel97-2003 The value of the property is GradientStyleType integer constant.

getPresetColor()

Returns the gradient preset color for the specified fill. Applies to Excel97-2003 The value of the property is GradientPresetType integer constant.

getVariant()

Gets variant. Applies to Excel97-2003

hashCode() → Number

Gets the hash code.

Returns

Number 

setAngle()

The angle of linear fill.

setGradient(type, angle, direction)

Set the gradient fill type and direction.

Parameters

Name Type Optional Description

type

Number

 

GradientFillType

angle

Number

 

The angle. Only applies for GradientFillType.Linear.

direction

Number

 

GradientDirectionType

setOneColorGradient(color, degree, style, variant)

Sets the specified fill to a one-color gradient. Only applies for Excel 2007.

Parameters

Name Type Optional Description

color

Color

 

One gradient color.

degree

Number

 

The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light).

style

Number

 

GradientStyleType

variant

Number

 

The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2.

setPresetColor()

Returns the gradient preset color for the specified fill. Applies to Excel97-2003 The value of the property is GradientPresetType integer constant.

setPresetColorGradient(presetColor, style, variant)

Sets the specified fill to a preset-color gradient. Only applies for Excel 97-2003

Parameters

Name Type Optional Description

presetColor

Number

 

GradientPresetType

style

Number

 

GradientStyleType

variant

Number

 

The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2.

setPresetThemeGradient(gradientType, themeColorType)

Sets preset theme gradient fill.

Parameters

Name Type Optional Description

gradientType

Number

 

PresetThemeGradientType

themeColorType

Number

 

ThemeColorType

setTwoColorGradient(color1, color2, style, variant)

Sets the specified fill to a two-color gradient. Only applies for Excel 2007.

Parameters

Name Type Optional Description

color1

Color

 

One gradient color.

color2

Color

 

Two gradient color.

style

Number

 

GradientStyleType

variant

Number

 

The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2.

setTwoColorGradient(color1, transparency1, color2, transparency2, style, variant)

Sets the specified fill to a two-color gradient. Only applies for Excel 2007.

Parameters

Name Type Optional Description

color1

Color

 

One gradient color.

transparency1

Number

 

The degree of transparency of the color1 as a value from 0.0 (opaque) through 1.0 (clear).

color2

Color

 

Two gradient color.

transparency2

Number

 

The degree of transparency of the color2 as a value from 0.0 (opaque) through 1.0 (clear).

style

Number

 

GradientStyleType

variant

Number

 

The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If style is GradientStyle.FromCenter, the Variant argument can only be 1 or 2.