aspose.cells
Class MsoFormatPicture

Represents the picture format.

Property Getters/Setters Summary
functiongetBottomCrop()
functionsetBottomCrop(value)
           Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height.
functiongetBrightness()
functionsetBrightness(value)
           Represents the brightness modification for the picture in unit of percentage.
functiongetContrast()
functionsetContrast(value)
           Represents the contrast modification for the picture.in unit of percentage.
functiongetGamma()
functionsetGamma(value)
           Represents gamma of the picture.
functionisBiLevel()
functionsetBiLevel(value)
           Indicates whether this picture should be displayed in two-color black and white.
functionisGray()
functionsetGray(value)
           Indicates whether this picture SHOULD be displayed in grayscale.
functiongetLeftCrop()
functionsetLeftCrop(value)
           Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width.
functiongetRightCrop()
functionsetRightCrop(value)
           Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width.
functiongetTopCrop()
functionsetTopCrop(value)
           Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height.
functiongetTransparentColor()
functionsetTransparentColor(value)
           Gets and sets the transparent color of the picture.
 

Property Getters/Setters Detail

getTopCrop/setTopCrop : Number 

function getTopCrop() / function setTopCrop(value)
Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height.

getBottomCrop/setBottomCrop : Number 

function getBottomCrop() / function setBottomCrop(value)
Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height.

getLeftCrop/setLeftCrop : Number 

function getLeftCrop() / function setLeftCrop(value)
Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width.

getRightCrop/setRightCrop : Number 

function getRightCrop() / function setRightCrop(value)
Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width.

getTransparentColor/setTransparentColor : CellsColor 

function getTransparentColor() / function setTransparentColor(value)
Gets and sets the transparent color of the picture.

getContrast/setContrast : Number 

function getContrast() / function setContrast(value)
Represents the contrast modification for the picture.in unit of percentage. It is between -100% and 100%. It works same as Excel 2007 or above version.

getBrightness/setBrightness : Number 

function getBrightness() / function setBrightness(value)
Represents the brightness modification for the picture in unit of percentage. It is between -100% and 100%. It works same as Excel 2007 or above version.

getGamma/setGamma : Number 

function getGamma() / function setGamma(value)
Represents gamma of the picture.

isBiLevel/setBiLevel : boolean 

function isBiLevel() / function setBiLevel(value)
Indicates whether this picture should be displayed in two-color black and white.

isGray/setGray : boolean 

function isGray() / function setGray(value)
Indicates whether this picture SHOULD be displayed in grayscale.

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