com.aspose.cells
Class TextureFill

java.lang.Object
    extended by com.aspose.cells.TextureFill

public class TextureFill 
extends java.lang.Object

Encapsulates the object that represents texture fill format

Property Getters/Setters Summary
byte[]getImageData()
voidsetImageData(byte[] value)
          
booleanisTiling()
voidsetTiling(boolean value)
           Checks whether tile picture as texture.
PicFormatOptiongetPicFormatOption()
voidsetPicFormatOption(PicFormatOption value)
           Gets or sets pictrue format option.
intgetPictureFormatType()
voidsetPictureFormatType(int value)
           Gets and sets the picture format type. The value of the property is FillPictureType integer constant.
doublegetScale()
voidsetScale(double value)
           Gets and sets the picture format scale.
TilePicOptiongetTilePicOption()
voidsetTilePicOption(TilePicOption value)
           Gets or sets tile picture option.
doublegetTransparency()
voidsetTransparency(double value)
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
intgetType()
voidsetType(int value)
           Gets and sets the texture type The value of the property is TextureType integer constant.
 

Property Getters/Setters Detail

getType/setType

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

getImageData/setImageData

public byte[] getImageData() / public void setImageData(byte[] value)

isTiling/setTiling

public boolean isTiling() / public void setTiling(boolean value)
Checks whether tile picture as texture.

getPicFormatOption/setPicFormatOption

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

getTilePicOption/setTilePicOption

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

getPictureFormatType/setPictureFormatType

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

getScale/setScale

public double getScale() / public void setScale(double value)
Gets and sets the picture format scale.

getTransparency/setTransparency

public double getTransparency() / public void setTransparency(double 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.