IShapeFill Interface |
Namespace: Spire.Xls.Core
The IShapeFill type exposes the following members.
Name | Description | |
---|---|---|
![]() |
BackColor |
Represents background color.
|
![]() |
BackKnownColor |
Represents background color index.
|
![]() |
FillType |
Represents shape XlsFill type.
|
![]() |
ForeColor |
Represents foreground color.
|
![]() |
ForeKnownColor |
Represents foreground color index.
|
![]() |
GradientColorType |
Represents gradient style.
|
![]() |
GradientDegree |
Returns the gradient degree of the specified one-color shaded XlsFill as a floating-point
value from 0.0 (dark) through 1.0 (light)
|
![]() |
GradientStyle |
Represents gradient shading style.
|
![]() |
GradientVariant |
Represents current shading variant.
|
![]() |
Pattern |
Represents gradient pattern
|
![]() |
PicStretch |
Gets or sets pictrue format option.
|
![]() |
Picture |
Represents user defined picture or textture. Read only.
|
![]() |
PictureName |
Returns user defined picture of texture name. Read only.
|
![]() |
PresetGradientType |
Represents presed gradient type.
|
![]() |
Texture |
Represents gradient texture
|
![]() |
Tile |
Represents whether picture is tiled or stretched.
|
![]() |
Transparency |
Returns the transparency level of the specified Solid color shaded XlsFill as a floating-point
value from 0.0 (Clear) through 1.0(Opaque)
|
![]() |
TransparencyFrom |
Returns or sets the degree of transparency of the specified XlsFill as
a value from 0.0 (opaque) through 1.0 (clear).
|
![]() |
TransparencyTo |
Returns or sets the degree of transparency of the specified XlsFill as
a value from 0.0 (opaque) through 1.0 (clear).
|
![]() |
Visible |
Represents if XlsFill style visible.
|
Name | Description | |
---|---|---|
![]() |
CustomPicture(String) |
Sets user defined picture.
|
![]() |
CustomPicture(Image, String) |
Sets user defined picture.
|
![]() |
CustomTexture(String) |
Sets user defined texture.
|
![]() |
CustomTexture(Image, String) |
Sets user defined texture.
|
![]() |
OneColorGradient |
Sets the specified XlsFill to a one-color gradient.
|
![]() |
OneColorGradient(GradientStyleType) |
Sets the specified XlsFill to a one-color gradient.
|
![]() |
OneColorGradient(GradientStyleType, GradientVariantsType) |
Sets the specified XlsFill to a one-color gradient.
|
![]() |
Patterned |
Sets the specified XlsFill to a pattern.
|
![]() |
PresetGradient(GradientPresetType) |
Sets the specified XlsFill to a preset gradient.
|
![]() |
PresetGradient(GradientPresetType, GradientStyleType) |
Sets the specified XlsFill to a preset gradient.
|
![]() |
PresetGradient(GradientPresetType, GradientStyleType, GradientVariantsType) |
Sets the specified XlsFill to a preset gradient.
|
![]() |
PresetTextured |
Sets the specified XlsFill format to a preset texture.
|
![]() |
Solid |
Sets the specified XlsFill to a uniform color.
|
![]() |
TwoColorGradient |
Sets the specified XlsFill to a two-color gradient.
|
![]() |
TwoColorGradient(GradientStyleType) |
Sets the specified XlsFill to a two-color gradient.
|
![]() |
TwoColorGradient(GradientStyleType, GradientVariantsType) |
Sets the specified XlsFill to a two-color gradient.
|