public interface IPictureFillFormatEffectiveData extends IFillParamSource
Immutable object which contains the properties of picture fill.
IFillFormatEffectiveData
.
Modifier and Type | Method and Description |
---|---|
float |
getCropBottom()
Returns the number of percents of real image height that are cropped off
the bottom of the picture.
|
float |
getCropLeft()
Returns the number of percents of real image width that are cropped off
the left of the picture.
|
float |
getCropRight()
Returns the number of percents of real image width that are cropped off
the right of the picture.
|
float |
getCropTop()
Returns the number of percents of real image height that are cropped off
the top of the picture.
|
int |
getDpi()
Returns the dpi which is used to fill a picture.
|
IPictureEffectiveData |
getPicture()
Returns the picture.
|
int |
getPictureFillMode()
Returns the picture fill mode.
|
int getDpi()
Returns the dpi which is used to fill a picture.
Read-only int
.
int getPictureFillMode()
Returns the picture fill mode.
Read-only PictureFillMode
.
IPictureEffectiveData getPicture()
Returns the picture.
Read-only IPictureEffectiveData
.
float getCropLeft()
Returns the number of percents of real image width that are cropped off
the left of the picture.
Read-only float
.
float getCropTop()
Returns the number of percents of real image height that are cropped off
the top of the picture.
Read-only float
.
float getCropRight()
Returns the number of percents of real image width that are cropped off
the right of the picture.
Read-only float
.
float getCropBottom()
Returns the number of percents of real image height that are cropped off
the bottom of the picture.
Read-only float
.