IPictureFillFormatEffectiveData
All Implemented Interfaces: com.aspose.slides.IFillParamSource
public interface IPictureFillFormatEffectiveData extends IFillParamSource
Immutable object which contains the properties of picture fill.
This interface is used as a part of IFillFormatEffectiveData.
Methods
Method | Description |
---|---|
getDpi() | Returns the dpi which is used to fill a picture. |
getPictureFillMode() | Returns the picture fill mode. |
getPicture() | Returns the picture. |
getCropLeft() | Returns the number of percents of real image width that are cropped off the left of the picture. |
getCropTop() | Returns the number of percents of real image height that are cropped off the top of the picture. |
getCropRight() | Returns the number of percents of real image width that are cropped off the right of the picture. |
getCropBottom() | Returns the number of percents of real image height that are cropped off the bottom of the picture. |
getDpi()
public abstract int getDpi()
Returns the dpi which is used to fill a picture. Read-only int.
Returns: int
getPictureFillMode()
public abstract int getPictureFillMode()
Returns the picture fill mode. Read-only PictureFillMode.
Returns: int
getPicture()
public abstract IPictureEffectiveData getPicture()
Returns the picture. Read-only IPictureEffectiveData.
Returns: IPictureEffectiveData
getCropLeft()
public abstract float getCropLeft()
Returns the number of percents of real image width that are cropped off the left of the picture. Read-only float.
Returns: float
getCropTop()
public abstract float getCropTop()
Returns the number of percents of real image height that are cropped off the top of the picture. Read-only float.
Returns: float
getCropRight()
public abstract float getCropRight()
Returns the number of percents of real image width that are cropped off the right of the picture. Read-only float.
Returns: float
getCropBottom()
public abstract float getCropBottom()
Returns the number of percents of real image height that are cropped off the bottom of the picture. Read-only float.
Returns: float