asposecells.api
Class MsoFormatPicture

Reprensents the picture format.

Property Getters/Setters Summary
methodgetBottomCrop()
methodsetBottomCrop(value)
           Reprensents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height.
methodgetBrightness()
methodsetBrightness(value)
           Represents the brightness modification for the picture in unit of percentage.
methodgetContrast()
methodsetContrast(value)
           Represents the contrast modification for the picture.in unit of percentage.
methodgetGamma()
methodsetGamma(value)
           Represents gamma of the picture.
methodisBiLevel()
methodsetBiLevel(value)
           Indicates whether whether this picture SHOULD be displayed in two-color black and white.
methodisGray()
methodsetGray(value)
           Indicates whether this picture SHOULD be displayed in grayscale.
methodgetLeftCrop()
methodsetLeftCrop(value)
           Reprensents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width.
methodgetRightCrop()
methodsetRightCrop(value)
           Reprensents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width.
methodgetTopCrop()
methodsetTopCrop(value)
           Reprensents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height.
methodgetTransparentColor()
methodsetTransparentColor(value)
           Gets and sets the transparent color of the picture.
 

Property Getters/Setters Detail

getTopCrop/setTopCrop : float 

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

getBottomCrop/setBottomCrop : float 

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

getLeftCrop/setLeftCrop : float 

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

getRightCrop/setRightCrop : float 

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

getTransparentColor/setTransparentColor : CellsColor 

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

getContrast/setContrast : float 

float getContrast() / 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 : float 

float getBrightness() / 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 : float 

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

isBiLevel/setBiLevel : boolean 

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

isGray/setGray : boolean 

boolean isGray() / 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.