public class MsoFormatPicture
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
double |
getBottomCrop()
Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height.
|
double |
getBottomCropInch()
Represents the location of the bottom of the crop rectangle expressed, in unit of inches.
|
double |
getBrightness()
Represents the brightness modification for the picture in unit of percentage.
|
double |
getContrast()
Represents the contrast modification for the picture.in unit of percentage.
|
double |
getGamma()
Represents gamma of the picture.
|
double |
getLeftCrop()
Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width.
|
double |
getLeftCropInch()
Represents the location of the left of the crop rectangle expressed, in unit of inches.
|
double |
getRightCrop()
Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width.
|
double |
getRightCropInch()
Represents the location of the right of the crop rectangle expressed, in unit of inches.
|
double |
getTopCrop()
Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height.
|
double |
getTopCropInch()
Represents the location of the top of the crop rectangle expressed, in unit of inches.
|
double |
getTransparency()
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
|
CellsColor |
getTransparentColor()
Gets the transparent color of the picture.
|
int |
hashCode()
Gets the hash code.
|
boolean |
isBiLevel()
Indicates whether this picture should display in two-color black and white.
|
boolean |
isGray()
Indicates whether this picture should display in grayscale.
|
void |
setBiLevel(boolean value)
Indicates whether this picture should display in two-color black and white.
|
void |
setBottomCrop(double value)
Represents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height.
|
void |
setBottomCropInch(double value)
Represents the location of the bottom of the crop rectangle expressed, in unit of inches.
|
void |
setBrightness(double value)
Represents the brightness modification for the picture in unit of percentage.
|
void |
setContrast(double value)
Represents the contrast modification for the picture.in unit of percentage.
|
void |
setGamma(double value)
Represents gamma of the picture.
|
void |
setGray(boolean value)
Indicates whether this picture should display in grayscale.
|
void |
setLeftCrop(double value)
Represents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width.
|
void |
setLeftCropInch(double value)
Represents the location of the left of the crop rectangle expressed, in unit of inches.
|
void |
setRightCrop(double value)
Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width.
|
void |
setRightCropInch(double value)
Represents the location of the right of the crop rectangle expressed, in unit of inches.
|
void |
setTopCrop(double value)
Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height.
|
void |
setTopCropInch(double value)
Represents the location of the top of the crop rectangle expressed, in unit of inches.
|
void |
setTransparency(double value)
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
|
void |
setTransparentColor(CellsColor value)
Sets the transparent color of the picture.
|
public double getTopCropInch()
public void setTopCropInch(double value)
public double getBottomCropInch()
public void setBottomCropInch(double value)
public double getLeftCropInch()
public void setLeftCropInch(double value)
public double getRightCropInch()
public void setRightCropInch(double value)
public double getTopCrop()
public void setTopCrop(double value)
public double getBottomCrop()
public void setBottomCrop(double value)
public double getLeftCrop()
public void setLeftCrop(double value)
public double getRightCrop()
public void setRightCrop(double value)
public double getTransparency()
public void setTransparency(double value)
public CellsColor getTransparentColor()
public void setTransparentColor(CellsColor value)
public double getContrast()
Remarks
It is between -100% and 100%. It works same as Excel 2007 or above version.public void setContrast(double value)
Remarks
It is between -100% and 100%. It works same as Excel 2007 or above version.public double getBrightness()
Remarks
It is between -100% and 100%. It works same as Excel 2007 or above version.public void setBrightness(double value)
Remarks
It is between -100% and 100%. It works same as Excel 2007 or above version.public double getGamma()
public void setGamma(double value)
public boolean isBiLevel()
public void setBiLevel(boolean value)
public boolean isGray()
public void setGray(boolean value)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.