com.aspose.slides
Class PictureFillFormatEx

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

public class PictureFillFormatEx
extends java.lang.Object

Represents a picture fill style.


Method Summary
 float getCropBottom()
           Returns or sets the number of percents of real image height that are cropped off the bottom of the picture.
 float getCropLeft()
           Returns or sets the number of percents of real image width that are cropped off the left of the picture.
 float getCropRight()
           Returns or sets the number of percents of real image width that are cropped off the right of the picture.
 float getCropTop()
           Returns or sets the number of percents of real image height that are cropped off the top of the picture.
 int getDpi()
           Returns or sets the dpi which is used to fill a picture.
 PictureEx getPicture()
           Returns the picture.
 int getPictureFillMode()
           Returns or sets the picture fill mode.
 PresentationEx getPresentation()
           Returns the parent presentation of a picture.
 BaseSlideEx getSlide()
           Returns the parent slide of a picture.
 void setCropBottom(float value)
           
 void setCropLeft(float value)
           
 void setCropRight(float value)
           
 void setCropTop(float value)
           
 void setDpi(int value)
           
 void setPictureFillMode(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDpi

public int getDpi()

Returns or sets the dpi which is used to fill a picture. Read/write int.


setDpi

public void setDpi(int value)

getPictureFillMode

public int getPictureFillMode()

Returns or sets the picture fill mode. Read/write PictureFillMode.


setPictureFillMode

public void setPictureFillMode(int value)

getPicture

public PictureEx getPicture()

Returns the picture. Readonly PictureEx


getCropLeft

public float getCropLeft()

Returns or sets the number of percents of real image width that are cropped off the left of the picture. Read/write float.


setCropLeft

public void setCropLeft(float value)

getCropTop

public float getCropTop()

Returns or sets the number of percents of real image height that are cropped off the top of the picture. Read/write float.


setCropTop

public void setCropTop(float value)

getCropRight

public float getCropRight()

Returns or sets the number of percents of real image width that are cropped off the right of the picture. Read/write float.


setCropRight

public void setCropRight(float value)

getCropBottom

public float getCropBottom()

Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. Read/write float.


setCropBottom

public void setCropBottom(float value)

getSlide

public BaseSlideEx getSlide()

Returns the parent slide of a picture. Read-only BaseSlideEx.


getPresentation

public PresentationEx getPresentation()

Returns the parent presentation of a picture. Read-only PresentationEx.