com.aspose.slides
Interface IPictureFillFormat

All Superinterfaces:
IFillParamSource
All Known Implementing Classes:
PictureFillFormat

public interface IPictureFillFormat
extends IFillParamSource

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.
 ISlidesPicture getPicture()
           Returns the picture.
 int getPictureFillMode()
           Returns or sets the picture fill mode.
 void setCropBottom(float value)
           Returns or sets the number of percents of real image height that are cropped off the bottom of the picture.
 void setCropLeft(float value)
           Returns or sets the number of percents of real image width that are cropped off the left of the picture.
 void setCropRight(float value)
           Returns or sets the number of percents of real image width that are cropped off the right of the picture.
 void setCropTop(float value)
           Returns or sets the number of percents of real image height that are cropped off the top of the picture.
 void setDpi(int value)
           Returns or sets the dpi which is used to fill a picture.
 void setPictureFillMode(int value)
           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/write int.


setDpi

void setDpi(int value)

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


getPictureFillMode

int getPictureFillMode()

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


setPictureFillMode

void setPictureFillMode(int value)

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


getPicture

ISlidesPicture getPicture()

Returns the picture. Read-only ISlidesPicture


getCropLeft

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

void setCropLeft(float value)

Returns or sets the number of percents of real image width that are cropped off the left of the picture. Read/write 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/write float.


setCropTop

void setCropTop(float value)

Returns or sets the number of percents of real image height that are cropped off the top of the picture. Read/write 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/write float.


setCropRight

void setCropRight(float value)

Returns or sets the number of percents of real image width that are cropped off the right of the picture. Read/write 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/write float.


setCropBottom

void setCropBottom(float value)

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



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