com.aspose.slides
Interface IPictureFillFormat

All Superinterfaces:
IFillParamSource, IPresentationComponent, ISlideComponent
All Known Implementing Classes:
PictureFillFormat

public interface IPictureFillFormat
extends ISlideComponent, IFillParamSource

Represents a picture fill style.


Method Summary
 float getCropBottom()
           
 float getCropLeft()
           
 float getCropRight()
           
 float getCropTop()
           
 int getDpi()
           
 ISlidesPicture getPicture()
           
 int getPictureFillMode()
           
 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 interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getDpi

int getDpi()

setDpi

void setDpi(int value)

getPictureFillMode

int getPictureFillMode()

setPictureFillMode

void setPictureFillMode(int value)

getPicture

ISlidesPicture getPicture()

getCropLeft

float getCropLeft()

setCropLeft

void setCropLeft(float value)

getCropTop

float getCropTop()

setCropTop

void setCropTop(float value)

getCropRight

float getCropRight()

setCropRight

void setCropRight(float value)

getCropBottom

float getCropBottom()

setCropBottom

void setCropBottom(float value)