com.aspose.cells
Class TextureFill

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

public class TextureFill 
extends Fill

Encapsulates the object that represents texture fill format


Property Getters/Setters Summary
byte[]getImageData()
voidsetImageData(byte[])
           Gets and sets the image data of the fill.
booleanisTiling()
voidsetTiling(boolean)
           Indicates whether tile picture as texture.
PicFormatOptiongetPicFormatOption()
voidsetPicFormatOption(PicFormatOption)
           Gets or sets picture format option.
intgetPictureFormatType()
voidsetPictureFormatType(int)
           Gets and sets the picture format type. The value of the property is FillPictureType integer constant.
doublegetScale()
voidsetScale(double)
           Gets and sets the picture format scale.
TilePicOptiongetTilePicOption()
voidsetTilePicOption(TilePicOption)
           Gets or sets tile picture option.
doublegetTransparency()
voidsetTransparency(double)
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
intgetType()
voidsetType(int)
           Gets and sets the texture type The value of the property is TextureType integer constant.
 
Method Summary
booleanequals(java.lang.Object obj)→ inherited from Fill
           /
inthashCode()→ inherited from Fill
           Gets the hash code.
 

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.

setType

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)
Gets and sets the image data of the fill.

setImageData

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

isTiling/setTiling

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

setTiling

public void setTiling(boolean value)
Indicates whether tile picture as texture.

getPicFormatOption/setPicFormatOption

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

setPicFormatOption

public void setPicFormatOption(PicFormatOption value)
Gets or sets picture format option.

getTilePicOption/setTilePicOption

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

setTilePicOption

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.

setPictureFormatType

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.

setScale

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

setTransparency

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

Method Detail

equals

→ inherited from Fill
public boolean equals(java.lang.Object obj)
/
Parameters:
obj -
Returns:

hashCode

→ inherited from Fill
public int hashCode()
Gets the hash code.
Returns:

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