|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PictureFillFormatDataEx
public class PictureFillFormatDataEx
Immutable object which contains the properties of picture fill.
Method Summary | |
---|---|
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. |
PictureDataEx |
getPicture()
Returns the picture. |
int |
getPictureFillMode()
Returns the picture fill mode. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getDpi()
Returns the dpi which is used to fill a picture.
Read-only int
.
public int getPictureFillMode()
Returns the picture fill mode.
Read-only PictureFillMode
.
public PictureDataEx getPicture()
Returns the picture.
Read-only PictureDataEx
public float getCropLeft()
Returns the number of percents of real image width that are cropped off
the left of the picture. Read-only float
.
public float getCropTop()
Returns the number of percents of real image height that are cropped off
the top of the picture. Read-only float
.
public float getCropRight()
Returns the number of percents of real image width that are cropped off
the right of the picture. Read-only float
.
public float getCropBottom()
Returns the number of percents of real image height that are cropped off
the bottom of the picture. Read-only float
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |