java.lang.Object
Fill
com.aspose.cells.TextureFill
public class TextureFill
- extends Fill
Encapsulates the object that represents texture fill format
Method Summary |
boolean | equals(java.lang.Object obj) | → inherited from Fill
|
/
|
int | hashCode() | → 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.
getImageData/setImageData | |
public byte[] getImageData() / 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.
-
Gets or sets picture format option.
-
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).
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.