asposecells.api
Class PicFormatOption

Represents pictrue format option

Constructor Summary
PicFormatOption()
          
 
Property Getters/Setters Summary
methodgetBottom()
methodsetBottom(value)
           Gets or sets the bottom offset for stretching picture.
methodgetLeft()
methodsetLeft(value)
           Gets or sets the left offset for stretching picture.
methodgetRight()
methodsetRight(value)
           Gets or sets the right offset for stretching picture.
methodgetScale()
methodsetScale(value)
           Gets or sets how many the picture stack and scale with.
methodgetTop()
methodsetTop(value)
           Gets or sets the top offset for stretching picture.
methodgetType()
methodsetType(value)
           Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.
 

Constructor Detail

PicFormatOption

PicFormatOption()

Property Getters/Setters Detail

getType/setType : int 

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

getScale/setScale : float 

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

getLeft/setLeft : float 

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

getTop/setTop : float 

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

getBottom/setBottom : float 

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

getRight/setRight : float 

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

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