public class MsoFormatPicture
Property Getters/Setters Summary | ||
---|---|---|
double | getBottomCrop() | |
void | setBottomCrop(doublevalue) | |
Reprensents the location of the bottom of the crop rectangle expressed, expressed as a ratio of the image's height. | ||
double | getBrightness() | |
void | setBrightness(doublevalue) | |
Represents the brightness modification for the picture in unit of percentage. | ||
double | getContrast() | |
void | setContrast(doublevalue) | |
Represents the contrast modification for the picture.in unit of percentage. | ||
double | getGamma() | |
void | setGamma(doublevalue) | |
Represents gamma of the picture. | ||
boolean | isBiLevel() | |
void | setBiLevel(booleanvalue) | |
Indicates whether whether this picture SHOULD be displayed in two-color black and white. | ||
boolean | isGray() | |
void | setGray(booleanvalue) | |
Indicates whether this picture SHOULD be displayed in grayscale. | ||
double | getLeftCrop() | |
void | setLeftCrop(doublevalue) | |
Reprensents the location of the left of the crop rectangle expressed, expressed as a ratio of the image's width. | ||
double | getRightCrop() | |
void | setRightCrop(doublevalue) | |
Reprensents the location of the right of the crop rectangle expressed, expressed as a ratio of the image's width. | ||
double | getTopCrop() | |
void | setTopCrop(doublevalue) | |
Reprensents the location of the top of the crop rectangle expressed, expressed as a ratio of the image's height. | ||
CellsColor | getTransparentColor() | |
void | setTransparentColor(CellsColor value) | |
Gets and 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 CellsColor getTransparentColor() / public void setTransparentColor(CellsColor value)
public double getContrast() / public void setContrast(double value)
public double getBrightness() / public void setBrightness(double value)
public double getGamma() / public void setGamma(double value)
public boolean isBiLevel() / public void setBiLevel(boolean value)
public boolean isGray() / public void setGray(boolean value)