aspose.cells

Class MsoFillFormatHelper

Represents fill formatting for a shape.

Property Getters/Setters Summary
functiongetBackColor()
function
           Gets and sets the file back color.
functiongetForeColor()
function
           Gets and sets the fill fore color.
functiongetForeColorTransparency()
function
           Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
functiongetImageData()
function
           Gets and sets the Texture and Picture fill data.
functionisVisible()
function
setVisible(value)
           Indicates whether there is fill.
functiongetTexture()
Gets the texture fill type. The value of the property is TextureType integer constant.
 
Method Summary
functionsetOneColorGradient(color, degree, style, variant)
Sets the specified fill to a one-color gradient.
 

    • Property Getters/Setters Detail

      • getForeColor/setForeColor : Color 

        function getForeColor() / function setForeColor(value)
        
        Gets and sets the fill fore color.
      • getForeColorTransparency/setForeColorTransparency : Number 

        function getForeColorTransparency() / function setForeColorTransparency(value)
        
        Returns or sets the degree of fore color of the specified fill as a value from 0.0 (opaque) through 1.0 (clear).
      • getBackColor/setBackColor : Color 

        function getBackColor() / function setBackColor(value)
        
        Gets and sets the file back color.
      • getImageData/setImageData : byte[] 

        function getImageData() / function setImageData(value)
        
        Gets and sets the Texture and Picture fill data.
      • getTexture : Number 

        function getTexture()
        
        Gets the texture fill type. The value of the property is TextureType integer constant.
      • isVisible/setVisible : boolean 

        function isVisible() / function setVisible(value)
        
        Indicates whether there is fill.
    • Method Detail

      • setOneColorGradient

        function setOneColorGradient(color, degree, style, variant)
        Sets the specified fill to a one-color gradient.
        Parameters:
        color: Color - One gradient color.
        degree: Number - The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light).
        style: Number - A GradientStyleType value. Gradient shading style.
        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.