java.lang.Objectcom.aspose.cells.MsoFormatPicture
public class MsoFormatPicture
Property Getters/Setters Summary | ||
---|---|---|
double | getBottomCrop() | |
void | setBottomCrop(double value) | |
double | getBrightness() | |
void | setBrightness(double value) | |
Represents the brightness modification for the picture in unit of percentage. | ||
double | getContrast() | |
void | setContrast(double value) | |
Represents the contrast modification for the picture.in unit of percentage. | ||
boolean | isBiLevel() | |
Indicates whether whether this picture SHOULD be displayed in two-color black and white. | ||
boolean | isGray() | |
Indicates whether this picture SHOULD be displayed in grayscale. | ||
double | getLeftCrop() | |
void | setLeftCrop(double value) | |
double | getRightCrop() | |
void | setRightCrop(double value) | |
double | getTopCrop() | |
void | setTopCrop(double value) | |
CellsColor | getTransparentColor() | |
void | setTransparentColor(CellsColor value) | |
Gets and sets the transparent color of the picture. |
Property Getters/Setters Detail |
---|
getTopCrop/setTopCrop | |
public double getTopCrop() / public void setTopCrop(double value) |
getBottomCrop/setBottomCrop | |
public double getBottomCrop() / public void setBottomCrop(double value) |
getLeftCrop/setLeftCrop | |
public double getLeftCrop() / public void setLeftCrop(double value) |
getRightCrop/setRightCrop | |
public double getRightCrop() / public void setRightCrop(double value) |
getTransparentColor/setTransparentColor | |
public CellsColor getTransparentColor() / public void setTransparentColor(CellsColor value) |
getContrast/setContrast | |
public double getContrast() / public void setContrast(double value) |
getBrightness/setBrightness | |
public double getBrightness() / public void setBrightness(double value) |
isBiLevel | |
public boolean isBiLevel() |
isGray | |
public boolean isGray() |