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
 int getDpi()
          Returns the dpi which is used to fill a picture.
 PictureFillModeEx getPictureFillMode()
          Returns the picture fill mode.
 PresentationEx getPresentation()
           
 BaseSlideEx getSlide()
           
 void setDpi(int value)
          Sets the dpi which is used to fill a picture.
 void setPictureFillMode(PictureFillModeEx value)
          Sets 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.


setDpi

public void setDpi(int value)
Sets the dpi which is used to fill a picture.

Parameters:
value - new dpi value.

getPictureFillMode

public PictureFillModeEx getPictureFillMode()
Returns the picture fill mode.

Returns:
See PictureFillModeEx.

setPictureFillMode

public void setPictureFillMode(PictureFillModeEx value)
Sets the picture fill mode.

Parameters:
value - See PictureFillModeEx.

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()