com.aspose.slides
Class PictureFillFormatDataEx

java.lang.Object
  extended by com.aspose.slides.PictureFillFormatDataEx

public class PictureFillFormatDataEx
extends java.lang.Object

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

getDpi

public int getDpi()

Returns the dpi which is used to fill a picture. Read-only int.


getPictureFillMode

public int getPictureFillMode()

Returns the picture fill mode. Read-only PictureFillMode.


getPicture

public PictureDataEx getPicture()

Returns the picture. Read-only PictureDataEx


getCropLeft

public float getCropLeft()

Returns the number of percents of real image width that are cropped off the left of the picture. Read-only float.


getCropTop

public float getCropTop()

Returns the number of percents of real image height that are cropped off the top of the picture. Read-only float.


getCropRight

public float getCropRight()

Returns the number of percents of real image width that are cropped off the right of the picture. Read-only float.


getCropBottom

public float getCropBottom()

Returns the number of percents of real image height that are cropped off the bottom of the picture. Read-only float.