com.aspose.slides
Interface IPictureFillFormatEffectiveData

All Superinterfaces:
IFillParamSource
All Known Implementing Classes:
PictureFillFormatEffectiveData

public interface IPictureFillFormatEffectiveData
extends IFillParamSource

Immutable object which contains the properties of picture fill.


Method Summary
 float getCropBottom()
           
 float getCropLeft()
           
 float getCropRight()
           
 float getCropTop()
           
 int getDpi()
           
 IPictureEffectiveData getPicture()
           
 int getPictureFillMode()
           
 

Method Detail

getDpi

int getDpi()

getPictureFillMode

int getPictureFillMode()

getPicture

IPictureEffectiveData getPicture()

getCropLeft

float getCropLeft()

getCropTop

float getCropTop()

getCropRight

float getCropRight()

getCropBottom

float getCropBottom()