asposecells.api
Class TextureFill

Encapsulates the object that represents texture fill format

Property Getters/Setters Summary
methodgetImageData()
methodsetImageData(value)
           Gets and sets the image data of the fill.
methodisTiling()
methodsetTiling(value)
           Indicates whether tile picture as texture.
methodgetPicFormatOption()
methodsetPicFormatOption(value)
           Gets or sets pictrue format option.
methodgetPictureFormatType()
methodsetPictureFormatType(value)
           Gets and sets the picture format type. The value of the property is FillPictureType integer constant.
methodgetScale()
methodsetScale(value)
           Gets and sets the picture format scale.
methodgetTilePicOption()
methodsetTilePicOption(value)
           Gets or sets tile picture option.
methodgetTransparency()
methodsetTransparency(value)
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
methodgetType()
methodsetType(value)
           Gets and sets the texture type The value of the property is TextureType integer constant.
 

Property Getters/Setters Detail

getType/setType : int 

int getType() / setType(value)
Gets and sets the texture type The value of the property is TextureType integer constant.

getImageData/setImageData : byte[] 

byte[] getImageData() / setImageData(value)
Gets and sets the image data of the fill.

isTiling/setTiling : boolean 

boolean isTiling() / setTiling(value)
Indicates whether tile picture as texture.

getPicFormatOption/setPicFormatOption : PicFormatOption 

PicFormatOption getPicFormatOption() / setPicFormatOption(value)
Gets or sets pictrue format option.

getTilePicOption/setTilePicOption : TilePicOption 

TilePicOption getTilePicOption() / setTilePicOption(value)
Gets or sets tile picture option.

getPictureFormatType/setPictureFormatType : int 

int getPictureFormatType() / setPictureFormatType(value)
Gets and sets the picture format type. The value of the property is FillPictureType integer constant.

getScale/setScale : float 

float getScale() / setScale(value)
Gets and sets the picture format scale.

getTransparency/setTransparency : float 

float getTransparency() / 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.