java.lang.Objectcom.aspose.cells.TextureFill
public class TextureFill
Property Getters/Setters Summary | ||
---|---|---|
byte[] | getImageData() | |
void | setImageData(byte[] value) | |
boolean | isTiling() | |
void | setTiling(boolean value) | |
Checks whether tile picture as texture. | ||
PicFormatOption | getPicFormatOption() | |
void | setPicFormatOption(PicFormatOption value) | |
Gets or sets pictrue format option. | ||
int | getPictureFormatType() | |
void | setPictureFormatType(int value) | |
Gets and sets the picture format type. The value of the property is FillPictureType integer constant. | ||
double | getScale() | |
void | setScale(double value) | |
Gets and sets the picture format scale. | ||
TilePicOption | getTilePicOption() | |
void | setTilePicOption(TilePicOption value) | |
Gets or sets tile picture option. | ||
double | getTransparency() | |
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). | ||
int | getType() | |
void | setType(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) |
getImageData/setImageData | |
public byte[] getImageData() / public void setImageData(byte[] value) |
isTiling/setTiling | |
public boolean isTiling() / public void setTiling(boolean value) |
getPicFormatOption/setPicFormatOption | |
public PicFormatOption getPicFormatOption() / public void setPicFormatOption(PicFormatOption value) |
getTilePicOption/setTilePicOption | |
public TilePicOption getTilePicOption() / public void setTilePicOption(TilePicOption value) |
getPictureFormatType/setPictureFormatType | |
public int getPictureFormatType() / public void setPictureFormatType(int value) |
getScale/setScale | |
public double getScale() / public void setScale(double value) |
getTransparency/setTransparency | |
public double getTransparency() / public void setTransparency(double value) |