aspose.cells
Class PicFormatOption

Represents picture format option

Constructor Summary
PicFormatOption()
          
 
Property Getters/Setters Summary
functiongetBottom()
functionsetBottom(value)
           Gets or sets the bottom offset for stretching picture.
functiongetLeft()
functionsetLeft(value)
           Gets or sets the left offset for stretching picture.
functiongetRight()
functionsetRight(value)
           Gets or sets the right offset for stretching picture.
functiongetScale()
functionsetScale(value)
           Gets or sets how many the picture stack and scale with.
functiongetTop()
functionsetTop(value)
           Gets or sets the top offset for stretching picture.
functiongetType()
functionsetType(value)
           Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.
 

Constructor Detail

PicFormatOption

function PicFormatOption()

Property Getters/Setters Detail

getType/setType : Number 

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

getScale/setScale : Number 

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

getLeft/setLeft : Number 

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

getTop/setTop : Number 

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

getBottom/setBottom : Number 

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

getRight/setRight : Number 

function getRight() / function 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.