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()
           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.
 IPictureEffectiveData getPicture()
           Returns the picture.
 int getPictureFillMode()
           Returns or sets the picture fill mode.
 

Method Detail

getDpi

int getDpi()

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


getPictureFillMode

int getPictureFillMode()

Returns or sets the picture fill mode. Read-only PictureFillMode.


getPicture

IPictureEffectiveData getPicture()

Returns the picture. Read-only IPictureEffectiveData


getCropLeft

float getCropLeft()

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


getCropTop

float getCropTop()

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


getCropRight

float getCropRight()

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


getCropBottom

float getCropBottom()

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.