asposecells.api

Class MsoFormatPicture

Represents the picture format.

Property Getters/Setters Summary
methodgetBottomCrop()
method
           Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height.
methodgetBottomCropInch()
method
           Represents the location of the bottom of the crop rectangle expressed, in unit of inches.
methodgetBrightness()
method
           Represents the brightness modification for the picture in unit of percentage.
methodgetContrast()
method
           Represents the contrast modification for the picture.in unit of percentage.
methodgetGamma()
method
setGamma(value)
           Represents gamma of the picture.
methodisBiLevel()
method
setBiLevel(value)
           Indicates whether this picture should display in two-color black and white.
methodisGray()
method
setGray(value)
           Indicates whether this picture should display in grayscale.
methodgetLeftCrop()
method
           Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width.
methodgetLeftCropInch()
method
           Represents the location of the left of the crop rectangle expressed, in unit of inches.
methodgetRightCrop()
method
           Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width.
methodgetRightCropInch()
method
           Represents the location of the right of the crop rectangle expressed, in unit of inches.
methodgetTopCrop()
method
setTopCrop(value)
           Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height.
methodgetTopCropInch()
method
           Represents the location of the top of the crop rectangle expressed, in unit of inches.
methodgetTransparency()
method
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
methodgetTransparentColor()
method
           Gets and sets the transparent color of the picture.
 
Method Summary
methodequals(obj)
methodhashCode()
Gets the hash code.
 

    • Property Getters/Setters Detail

      • getTopCropInch/setTopCropInch : float 

        float getTopCropInch() / setTopCropInch(value)
        
        Represents the location of the top of the crop rectangle expressed, in unit of inches.
      • getBottomCropInch/setBottomCropInch : float 

        float getBottomCropInch() / setBottomCropInch(value)
        
        Represents the location of the bottom of the crop rectangle expressed, in unit of inches.
      • getLeftCropInch/setLeftCropInch : float 

        float getLeftCropInch() / setLeftCropInch(value)
        
        Represents the location of the left of the crop rectangle expressed, in unit of inches.
      • getRightCropInch/setRightCropInch : float 

        float getRightCropInch() / setRightCropInch(value)
        
        Represents the location of the right of the crop rectangle expressed, in unit of inches.
      • getTopCrop/setTopCrop : float 

        float getTopCrop() / setTopCrop(value)
        
        Represents 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)
        
        Represents 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)
        
        Represents 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)
        
        Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width.
      • getTransparency/setTransparency : float 

        float getTransparency() / setTransparency(value)
        
        Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
      • 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 this picture should display in two-color black and white.
      • isGray/setGray : boolean 

        boolean isGray() / setGray(value)
        
        Indicates whether this picture should display in grayscale.
    • Method Detail

      • hashCode

        int hashCode()
        Gets the hash code.
        Returns:
      • equals

        boolean equals(obj)
        Parameters:
        obj: Object -
        Returns: