public interface IPictureFormat
| Modifier and Type | Method and Description |
|---|---|
double |
getBrightness()
Gets the brightness of the specified picture or OLE object.
|
PictureColorType |
getColorType()
Gets the type of color transformation applied to the specified picture.
|
double |
getContrast()
Gets the contrast for the specified picture or OLE object.
|
ICrop |
getCrop()
Gets the
ICrop object that represents the cropping settings for the
specified IPictureFormat object. |
double |
getCropBottom()
Gets the number of points that are cropped off the bottom of the specified
picture.
|
double |
getCropLeft()
Gets the number of points that are cropped off the left side of the specified
picture.
|
double |
getCropRight()
Gets the number of points that are cropped off the right side of the
specified picture.
|
double |
getCropTop()
Gets the number of points that are cropped off the top of the specified
picture.
|
byte[] |
getFill()
Gets the byte array of the specified picture.
|
java.lang.String |
getReference()
Gets or sets the reference of current picture.
|
double |
getTransparency()
Gets the degree of transparency of the specified picture.
|
boolean |
getTransparentBackground()
Gets whether the specified picture format uses a transparent background.
|
ImageType |
getType()
Gets the type of the specified picture.
|
java.lang.String |
getUrl()
Gets the URL of the picture from JSON.
|
void |
setBrightness(double value)
Sets the brightness of the specified picture or OLE object.
|
void |
setColorType(PictureColorType value)
Sets the type of color transformation applied to the specified picture.
|
void |
setContrast(double value)
Sets the contrast for the specified picture or OLE object.
|
void |
setCropBottom(double value)
Sets the number of points that are cropped off the bottom of the specified
picture.
|
void |
setCropLeft(double value)
Sets the number of points that are cropped off the left side of the specified
picture.
|
void |
setCropRight(double value)
Sets the number of points that are cropped off the right side of the
specified picture.
|
void |
setCropTop(double value)
Sets the number of points that are cropped off the top of the specified
picture.
|
void |
setFill(byte[] bytes)
Sets the byte array of the specified picture.
|
void |
setReference(java.lang.String value)
Sets the reference of current picture.
|
void |
setTransparency(double value)
Sets the degree of transparency of the specified picture as a value
from 0.0 (opaque) through 1.0 (clear).
|
void |
setTransparentBackground(boolean value)
Sets whether the specified picture format uses a transparent background.
|
double getBrightness()
void setBrightness(double value)
PictureColorType getColorType()
void setColorType(PictureColorType value)
double getContrast()
void setContrast(double value)
ICrop getCrop()
ICrop object that represents the cropping settings for the
specified IPictureFormat object.double getCropBottom()
void setCropBottom(double value)
double getCropLeft()
void setCropLeft(double value)
double getCropRight()
void setCropRight(double value)
double getCropTop()
void setCropTop(double value)
byte[] getFill()
void setFill(byte[] bytes)
ImageType getType()
double getTransparency()
void setTransparency(double value)
java.lang.String getUrl()
java.lang.String getReference()
void setReference(java.lang.String value)
boolean getTransparentBackground()
void setTransparentBackground(boolean value)