IPictureFillFormat — Aspose.Slides FOSS Java API Reference
IPictureFillFormat — Represents a picture fill style.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
dpi | int | Read/Write | |
pictureFillMode | PictureFillMode | Read/Write | |
picture | ISlidesPicture | Read/Write | |
cropLeft | float | Read/Write | |
cropTop | float | Read/Write | |
cropRight | float | Read/Write | |
cropBottom | float | Read/Write | |
stretchOffsetLeft | float | Read/Write | |
stretchOffsetTop | float | Read/Write | |
stretchOffsetRight | float | Read/Write | |
stretchOffsetBottom | float | Read/Write | |
tileOffsetX | float | Read/Write | |
tileOffsetY | float | Read/Write | |
tileScaleX | float | Read/Write | |
tileScaleY | float | Read/Write | |
tileAlignment | RectangleAlignment | Read/Write | |
tileFlip | TileFlip | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getDpi() | int | Returns or sets the dpi which is used to fill a picture. |
setDpi(int value) | void | Sets the dpi which is used to fill a picture. |
getPictureFillMode() | PictureFillMode | Returns or sets the picture fill mode. |
setPictureFillMode(PictureFillMode value) | void | Sets the picture fill mode. |
getPicture() | ISlidesPicture | Returns the picture. |
getCropLeft() | float | Returns or sets the number of percents of real image width that are cropped off the left of the picture. |
setCropLeft(float value) | void | Sets the number of percents of real image width that are cropped off the left of the picture. |
getCropTop() | float | Returns or sets the number of percents of real image height that are cropped off the top of the picture. |
setCropTop(float value) | void | Sets the number of percents of real image height that are cropped off the top of the picture. |
getCropRight() | float | Returns or sets the number of percents of real image width that are cropped off the right of the picture. |
setCropRight(float value) | void | Sets the number of percents of real image width that are cropped off the right of the picture. |
getCropBottom() | float | Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. |
setCropBottom(float value) | void | Sets the number of percents of real image height that are cropped off the bottom of the picture. |
getStretchOffsetLeft() | float | Returns or sets left edge of the fill rectangle that is defined by a percentage offset from the left edge of the shape’s bounding box. |
setStretchOffsetLeft(float value) | void | Sets left edge of the fill rectangle defined by a percentage offset from the left edge of the shape’s bounding box. |
getStretchOffsetTop() | float | Returns or sets top edge of the fill rectangle that is defined by a percentage offset from the top edge of the shape’s bounding box. |
setStretchOffsetTop(float value) | void | Sets top edge of the fill rectangle defined by a percentage offset from the top edge of the shape’s bounding box. |
getStretchOffsetRight() | float | Returns or sets right edge of the fill rectangle that is defined by a percentage offset from the right edge of the shape’s bounding box. |
setStretchOffsetRight(float value) | void | Sets right edge of the fill rectangle defined by a percentage offset from the right edge of the shape’s bounding box. |
getStretchOffsetBottom() | float | Returns or sets bottom edge of the fill rectangle that is defined by a percentage offset from the bottom edge of the shape’s bounding box. |
setStretchOffsetBottom(float value) | void | Sets bottom edge of the fill rectangle defined by a percentage offset from the bottom edge of the shape’s bounding box. |
getTileOffsetX() | float | Returns or sets the horizontal offset of the texture from the shape’s origin in points. |
setTileOffsetX(float value) | void | Sets the horizontal offset of the texture from the shape’s origin in points. |
getTileOffsetY() | float | Returns or sets the vertical offset of the texture from the shape’s origin in points. |
setTileOffsetY(float value) | void | Sets the vertical offset of the texture from the shape’s origin in points. |
getTileScaleX() | float | Returns or sets the horizontal scale for the texture fill as a percentage. |
setTileScaleX(float value) | void | Sets the horizontal scale for the texture fill as a percentage. |
getTileScaleY() | float | Returns or sets the vertical scale for the texture fill as a percentage. |
setTileScaleY(float value) | void | Sets the vertical scale for the texture fill as a percentage. |
getTileAlignment() | RectangleAlignment | Returns or sets how the texture is aligned within the shape. |
setTileAlignment(RectangleAlignment value) | void | Sets how the texture is aligned within the shape. |
getTileFlip() | TileFlip | Flips the texture tile around its horizontal, vertical or both axis. |
setTileFlip(TileFlip value) | void | Sets the tile flip mode. |