Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IFillFormat Interface

In This Topic
    IFillFormat Interface Methods
    In This Topic

    For a list of all members of this type, see IFillFormat members.

    Public Methods
     NameDescription
     MethodReturns the IColorFormat object that represents the specifiedforeground fill or solid color.  
     MethodGets the angle of the gradient fill for the specified fill format.  
     MethodReturns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light).  
     MethodGets the path type for the gradient fill.  
     MethodReturns the end point for the gradient fill.  
     MethodReturns the gradient style for the specified fill.  
     MethodReturns the shade variant for the specified fill as an integer value from 1 through 4.  
     MethodReturns the fill pattern.  
     MethodReturns the IColorFormat object that represents the specified patterncolor.  
     MethodReturns the preset gradient type for the specified fill.  
     MethodReturns the preset texture for the specified fill.  
     MethodGets if the fill style should rotate with the object.  
     MethodGets the text alignment for the specified IFillFormat.  
     MethodGets the value for horizontally scaling the text for the IFillFormat.  
     MethodReturns the offset X value for the specified fill.  
     MethodReturns the offset Y value for the specified fill.  
     MethodReturns the texture vertical scale for the specified fill.  
     MethodGets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).  
     MethodReturns the fill type.  
     MethodDetermines whether the object is visible.  
     MethodSets the specified fill to a one-color gradient.  
     MethodSets the specified fill to a pattern.  
     MethodSets the specified fill to a preset gradient.  
     MethodSets the specified fill format to a preset texture.  
     MethodSets the angle of the gradient fill for the specified fill format.  
     MethodSets the path type for the gradient fill.  
     MethodSets if the fill style should rotate with the object.  
     MethodSets the text alignment for the specified IFillFormat.  
     MethodSets the value for horizontally scaling the text for the IFillFormat.  
     MethodSets the offset X value for the specified fill.  
     MethodSets the offset Y value for the specified fill.  
     MethodSets the texture vertical scale for the specified fill.  
     MethodSets the degree of transparency of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).  
     MethodDetermines whether the object is visible.  
     MethodSets the specified fill to a uniform color.  
     MethodSets the specified fill to a two-color gradient.  
     MethodOverloaded. Fills the specified shape with an image.  
     MethodOverloaded. Fills the specified shape with small tiles of an image.  
    Top
    See Also