PictureFillFormat
Overview
PictureFillFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IPictureFillFormat, IFillParamSource.
Represents a picture fill style.
This class provides 40 methods for working with PictureFillFormat objects in Java programs.
Available methods include: PVIObject, PictureFillFormat, asIPresentationComponent, getCropBottom, getCropLeft, getCropRight, getCropTop, getDpi, getPicture, getPictureFillMode, getPresentation, getSlide, and 27 additional methods.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: cropBottom, cropLeft, cropRight, cropTop, dpi, picture, and 13 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
dpi | int | Read | Gets the dpi. |
pictureFillMode | PictureFillMode | Read | Gets the picture fill mode. |
picture | ISlidesPicture | Read | Gets the picture. |
cropLeft | float | Read | Gets the crop left. |
cropTop | float | Read | Gets the crop top. |
cropRight | float | Read | Gets the crop right. |
cropBottom | float | Read | Gets the crop bottom. |
stretchOffsetLeft | float | Read | Gets the stretch offset left. |
stretchOffsetTop | float | Read | Gets the stretch offset top. |
stretchOffsetRight | float | Read | Gets the stretch offset right. |
stretchOffsetBottom | float | Read | Gets the stretch offset bottom. |
tileOffsetX | float | Read | Gets the tile offset x. |
tileOffsetY | float | Read | Gets the tile offset y. |
tileScaleX | float | Read | Gets the tile scale x. |
tileScaleY | float | Read | Gets the tile scale y. |
tileAlignment | RectangleAlignment | Read | Gets the tile alignment. |
tileFlip | TileFlip | Read | Gets the tile flip. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
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 | Returns the dpi. |
setDpi(value: int) | Sets the dpi value. |
getPictureFillMode() → PictureFillMode | Returns the picture fill mode. |
setPictureFillMode(value: PictureFillMode) | Sets the picture fill mode value. |
getPicture() → ISlidesPicture | Returns the picture. |
getCropLeft() → float | Returns the crop left. |
setCropLeft(value: float) | Sets the crop left value. |
getCropTop() → float | Returns the crop top. |
setCropTop(value: float) | Sets the crop top value. |
getCropRight() → float | Returns the crop right. |
setCropRight(value: float) | Sets the crop right value. |
getCropBottom() → float | Returns the crop bottom. |
setCropBottom(value: float) | Sets the crop bottom value. |
getStretchOffsetLeft() → float | Returns the stretch offset left. |
setStretchOffsetLeft(value: float) | Sets the stretch offset left value. |
getStretchOffsetTop() → float | Returns the stretch offset top. |
setStretchOffsetTop(value: float) | Sets the stretch offset top value. |
getStretchOffsetRight() → float | Returns the stretch offset right. |
setStretchOffsetRight(value: float) | Sets the stretch offset right value. |
getStretchOffsetBottom() → float | Returns the stretch offset bottom. |
setStretchOffsetBottom(value: float) | Sets the stretch offset bottom value. |
getTileOffsetX() → float | Returns the tile offset x. |
setTileOffsetX(value: float) | Sets the tile offset x value. |
getTileOffsetY() → float | Returns the tile offset y. |
setTileOffsetY(value: float) | Sets the tile offset y value. |
getTileScaleX() → float | Returns the tile scale x. |
setTileScaleX(value: float) | Sets the tile scale x value. |
getTileScaleY() → float | Returns the tile scale y. |
setTileScaleY(value: float) | Sets the tile scale y value. |
getTileAlignment() → RectangleAlignment | Returns the tile alignment. |
setTileAlignment(value: RectangleAlignment) | Sets the tile alignment value. |
getTileFlip() → TileFlip | Returns the tile flip. |
setTileFlip(value: TileFlip) | Sets the tile flip value. |
PVIObject() | Creates a PVIObject with no parent slide. |
getSlide() → IBaseSlide | Returns the slide. |
getPresentation() → IPresentation | Returns the presentation. |
asIPresentationComponent() → IPresentationComponent | Returns this object as an {@link IPresentationComponent}. |