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.
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)