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 |
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 |
getRightCrop()
Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width.
|
double |
getTopCrop()
Represents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height.
|
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 |
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 |
setRightCrop(double value)
Represents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width.
|
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 |
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 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 2001-2023. All Rights Reserved.