[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IFillFormat

IFillFormat Interface

Represents fill formatting for a shape.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public interface IFillFormat
Public Interface IFillFormat

Properties

Name Description
Color

Returns the IColorFormat object that represents the specified foreground fill or solid color.

GradientAngle

Gets or sets the angle of the gradient fill for the specified fill format.

GradientDegree

Returns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light).

GradientPathType

Returns or sets the path type for the gradient fill.

GradientStops

Returns the end point for the gradient fill.

GradientStyle

Returns the gradient style for the specified fill.

GradientVariant

Returns the shade variant for the specified fill as an integer value from 1 through 4.

Pattern

Returns the fill pattern.

PatternColor

Returns the IColorFormat object that represents the specified pattern color.

PresetGradientType

Returns the preset gradient type for the specified fill.

PresetTexture

Returns the preset texture for the specified fill.

RotateWithObject

Gets or sets if the fill style should rotate with the object.

TextureAlignment

Gets or sets the text alignment for the specified IFillFormat.

TextureHorizontalScale

Gets or sets the value for horizontally scaling the text for the IFillFormat.

TextureOffsetX

Returns or sets the offset X value for the specified fill.

TextureOffsetY

Returns or sets the offset Y value for the specified fill.

TextureVerticalScale

Returns the texture vertical scale for the specified fill.

Transparency

Gets or sets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).

Type

Returns the fill type.

Visible

Determines whether the object is visible.

Methods

Name Description
OneColorGradient(GradientStyle, int, double)

Sets the specified fill to a one-color gradient.

Patterned(PatternType)

Sets the specified fill to a pattern.

PresetGradient(GradientStyle, int, PresetGradientType)

Sets the specified fill to a preset gradient.

PresetTextured(PresetTexture)

Sets the specified fill format to a preset texture.

Solid()

Sets the specified fill to a uniform color.

TwoColorGradient(GradientStyle, int)

Sets the specified fill to a two-color gradient.

UserPicture(Stream, ImageType)

Fills the specified shape with an image.

UserPicture(string)

Fills the specified shape with an image.

UserTextured(Stream, ImageType)

Fills the specified shape with small tiles of an image.

UserTextured(string)

Fills the specified shape with small tiles of an image.