aspose.cells
Class TextureFill

Encapsulates the object that represents texture fill format

Property Getters/Setters Summary
functiongetImageData()
functionsetImageData(value)
           Gets and sets the image data of the fill.
functionisTiling()
functionsetTiling(value)
           Indicates whether tile picture as texture.
functiongetPicFormatOption()
functionsetPicFormatOption(value)
           Gets or sets picture format option.
functiongetPictureFormatType()
functionsetPictureFormatType(value)
           Gets and sets the picture format type. The value of the property is FillPictureType integer constant.
functiongetScale()
functionsetScale(value)
           Gets and sets the picture format scale.
functiongetTilePicOption()
functionsetTilePicOption(value)
           Gets or sets tile picture option.
functiongetTransparency()
functionsetTransparency(value)
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
functiongetType()
functionsetType(value)
           Gets and sets the texture type The value of the property is TextureType integer constant.
 

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).

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.