aspose.cells

Class TextureFill

Encapsulates the object that represents texture fill format

Property Getters/Setters Summary
functiongetImageData()
function
           Gets and sets the image data of the fill.
functionisTiling()
function
setTiling(value)
           Indicates whether tile picture as texture.
functiongetPicFormatOption()
function
           Gets or sets picture format option.
functiongetPictureFormatType()
function
           Gets and sets the picture format type. The value of the property is FillPictureType integer constant.
functiongetScale()
function
setScale(value)
           Gets and sets the picture format scale.
functiongetTilePicOption()
function
           Gets or sets tile picture option.
functiongetTransparency()
function
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
functiongetType()
function
setType(value)
           Gets and sets the texture type The value of the property is TextureType integer constant.
 
Method Summary
functionequals(obj)
/
functionhashCode()
Gets the hash code.
 

    • Property Getters/Setters Detail

      • getType/setType : Number 

        function getType() / function setType(value)
        
        Gets and sets the texture type The value of the property is TextureType integer constant.
      • getImageData/setImageData : byte[] 

        function getImageData() / function setImageData(value)
        
        Gets and sets the image data of the fill.
      • isTiling/setTiling : boolean 

        function isTiling() / function setTiling(value)
        
        Indicates whether tile picture as texture.
      • getPicFormatOption/setPicFormatOption : PicFormatOption 

        function getPicFormatOption() / function setPicFormatOption(value)
        
        Gets or sets picture format option.
      • getTilePicOption/setTilePicOption : TilePicOption 

        function getTilePicOption() / function setTilePicOption(value)
        
        Gets or sets tile picture option.
      • getPictureFormatType/setPictureFormatType : Number 

        function getPictureFormatType() / function setPictureFormatType(value)
        
        Gets and sets the picture format type. The value of the property is FillPictureType integer constant.
      • getScale/setScale : Number 

        function getScale() / function setScale(value)
        
        Gets and sets the picture format scale.
      • getTransparency/setTransparency : Number 

        function getTransparency() / function setTransparency(value)
        
        Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
    • Method Detail

      • equals

        function equals(obj)
        /
        Parameters:
        obj: Object -
        Returns:
      • hashCode

        function hashCode()
        Gets the hash code.
        Returns: