com.aspose.cells

Class TextureFill

  • java.lang.Object
    • Fill
      • com.aspose.cells.TextureFill
public class TextureFill 
extends Fill

Encapsulates the object that represents texture fill format

Property Getters/Setters Summary
byte[]getImageData()
void
setImageData(byte[]value)
           Gets and sets the image data of the fill.
booleanisTiling()
void
setTiling(booleanvalue)
           Indicates whether tile picture as texture.
PicFormatOptiongetPicFormatOption()
void
           Gets or sets pictrue format option.
intgetPictureFormatType()
void
           Gets and sets the picture format type. The value of the property is FillPictureType integer constant.
doublegetScale()
void
setScale(doublevalue)
           Gets and sets the picture format scale.
TilePicOptiongetTilePicOption()
void
           Gets or sets tile picture option.
doublegetTransparency()
void
setTransparency(doublevalue)
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
intgetType()
void
setType(intvalue)
           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)
        
        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.
      • 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).

    setType

    public voidsetType(intvalue)
    
    Gets and sets the texture type The value of the property is TextureType integer constant.

    setImageData

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

    setTiling

    public voidsetTiling(booleanvalue)
    
    Indicates whether tile picture as texture.

    setPicFormatOption

    public voidsetPicFormatOption(PicFormatOption value)
    
    Gets or sets pictrue format option.

    setTilePicOption

    public voidsetTilePicOption(TilePicOption value)
    
    Gets or sets tile picture option.

    setPictureFormatType

    public voidsetPictureFormatType(intvalue)
    
    Gets and sets the picture format type. The value of the property is FillPictureType integer constant.

    setScale

    public voidsetScale(doublevalue)
    
    Gets and sets the picture format scale.

    setTransparency

    public voidsetTransparency(doublevalue)
    
    Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).