com.aspose.cells
Class PicFormatOption

java.lang.Object
    extended by com.aspose.cells.PicFormatOption

public class PicFormatOption 
extends java.lang.Object

Represents pictrue format option


Constructor Summary
PicFormatOption()
          
 
Property Getters/Setters Summary
doublegetBottom()
voidsetBottom(double value)
           Gets or sets the bottom offset for stretching picture.
doublegetLeft()
voidsetLeft(double value)
           Gets or sets the left offset for stretching picture.
doublegetRight()
voidsetRight(double value)
           Gets or sets the right offset for stretching picture.
doublegetScale()
voidsetScale(double value)
           Gets or sets how many the picture stack and scale with.
doublegetTop()
voidsetTop(double value)
           Gets or sets the top offset for stretching picture.
intgetType()
voidsetType(int value)
           Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.
 

Constructor Detail

PicFormatOption

public PicFormatOption()

Property Getters/Setters Detail

getType/setType

public int getType() / public void setType(int value)
Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.

setType

public void setType(int value)
Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.

getScale/setScale

public double getScale() / public void setScale(double value)
Gets or sets how many the picture stack and scale with.

setScale

public void setScale(double value)
Gets or sets how many the picture stack and scale with.

getLeft/setLeft

public double getLeft() / public void setLeft(double value)
Gets or sets the left offset for stretching picture.

setLeft

public void setLeft(double value)
Gets or sets the left offset for stretching picture.

getTop/setTop

public double getTop() / public void setTop(double value)
Gets or sets the top offset for stretching picture.

setTop

public void setTop(double value)
Gets or sets the top offset for stretching picture.

getBottom/setBottom

public double getBottom() / public void setBottom(double value)
Gets or sets the bottom offset for stretching picture.

setBottom

public void setBottom(double value)
Gets or sets the bottom offset for stretching picture.

getRight/setRight

public double getRight() / public void setRight(double value)
Gets or sets the right offset for stretching picture.

setRight

public void setRight(double value)
Gets or sets the right offset for stretching picture.

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