PictureFillFormat
Overview
PictureFillFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IPictureFillFormat, IFillParamSource.
Represents a picture fill style.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
dpi | int | Read | |
pictureFillMode | PictureFillMode | Read | |
picture | ISlidesPicture | Read | |
cropLeft | float | Read | |
cropTop | float | Read | |
cropRight | float | Read | |
cropBottom | float | Read | |
stretchOffsetLeft | float | Read | |
stretchOffsetTop | float | Read | |
stretchOffsetRight | float | Read | |
stretchOffsetBottom | float | Read | |
tileOffsetX | float | Read | |
tileOffsetY | float | Read | |
tileScaleX | float | Read | |
tileScaleY | float | Read | |
tileAlignment | RectangleAlignment | Read | |
tileFlip | TileFlip | Read |
Methods
| Signature | Description |
|---|---|
PictureFillFormat() | Creates an uninitialized PictureFillFormat. |
PictureFillFormat(blipFill: Element, saveCallback: Runnable) | Creates a new PictureFillFormat backed by the given {@code <a:blipFill>} element. |
initInternal(blipFillElement: Element, parentSlide: IBaseSlide, saveCallback: Runnable) | Internal initialisation with the {@code <a:blipFill>} XML element. |
getDpi() → int | |
setDpi(value: int) | |
getPictureFillMode() → PictureFillMode | |
setPictureFillMode(value: PictureFillMode) | |
getPicture() → ISlidesPicture | |
getCropLeft() → float | |
setCropLeft(value: float) | |
getCropTop() → float | |
setCropTop(value: float) | |
getCropRight() → float | |
setCropRight(value: float) | |
getCropBottom() → float | |
setCropBottom(value: float) | |
getStretchOffsetLeft() → float | |
setStretchOffsetLeft(value: float) | |
getStretchOffsetTop() → float | |
setStretchOffsetTop(value: float) | |
getStretchOffsetRight() → float | |
setStretchOffsetRight(value: float) | |
getStretchOffsetBottom() → float | |
setStretchOffsetBottom(value: float) | |
getTileOffsetX() → float | |
setTileOffsetX(value: float) | |
getTileOffsetY() → float | |
setTileOffsetY(value: float) | |
getTileScaleX() → float | |
setTileScaleX(value: float) | |
getTileScaleY() → float | |
setTileScaleY(value: float) | |
getTileAlignment() → RectangleAlignment | |
setTileAlignment(value: RectangleAlignment) | |
getTileFlip() → TileFlip | |
setTileFlip(value: TileFlip) |