public class TextureFill extends Fill
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getImageData()
Gets the image data of the fill.
|
PicFormatOption |
getPicFormatOption()
Gets picture format option.
|
int |
getPictureFormatType()
Gets the picture format type.
|
double |
getScale()
Gets the picture format scale.
|
TilePicOption |
getTilePicOption()
Gets tile picture option.
|
double |
getTransparency()
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
|
int |
getType()
Gets the texture type
|
boolean |
isTiling()
Indicates whether tile picture as texture.
|
void |
setImageData(byte[] value)
Sets the image data of the fill.
|
void |
setPicFormatOption(PicFormatOption value)
Sets picture format option.
|
void |
setPictureFormatType(int value)
Sets the picture format type.
|
void |
setScale(double value)
Sets the picture format scale.
|
void |
setTilePicOption(TilePicOption value)
Sets tile picture option.
|
void |
setTiling(boolean value)
Indicates whether tile picture as texture.
|
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).
|
void |
setType(int value)
Sets the texture type
|
public int getType()
See TextureType.
public void setType(int value)
See TextureType.
public byte[] getImageData()
public void setImageData(byte[] value)
public boolean isTiling()
public void setTiling(boolean value)
public PicFormatOption getPicFormatOption()
public void setPicFormatOption(PicFormatOption value)
public TilePicOption getTilePicOption()
public void setTilePicOption(TilePicOption value)
public int getPictureFormatType()
See FillPictureType.
public void setPictureFormatType(int value)
See FillPictureType.
public double getScale()
public void setScale(double value)
public double getTransparency()
public void setTransparency(double value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.