PictureFillFormat
Overview
PictureFillFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represents a picture fill style.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
dpi | int | Read | Returns or sets the dpi which is used to fill a picture. |
picture_fill_mode | PictureFillMode | Read | Returns or sets the picture fill mode. |
picture | ISlidesPicture | Read | Returns the picture. |
crop_left | float | Read | Returns or sets the number of percents of real image width that are cropped off the left of the picture. |
crop_top | float | Read | Returns or sets the number of percents of real image height that are cropped off the top of the picture. |
crop_right | float | Read | Returns or sets the number of percents of real image width that are cropped off the right of the picture. |
crop_bottom | float | Read | Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. |
stretch_offset_left | float | Read | 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. |
stretch_offset_top | float | Read | 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. |
stretch_offset_right | float | Read | 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. |
stretch_offset_bottom | float | Read | 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. |
tile_offset_x | float | Read | Returns or sets the horizontal offset of the texture from the shape’s origin in points. |
tile_offset_y | float | Read | Returns or sets the vertical offset of the texture from the shape’s origin in points. |
tile_scale_x | float | Read | Returns or sets the horizontal scale for the texture fill as a percentage. |
tile_scale_y | float | Read | Returns or sets the vertical scale for the texture fill as a percentage. |
tile_alignment | RectangleAlignment | Read | Returns or sets how the texture is aligned within the shape. |
tile_flip | TileFlip | Read | Flips the texture tile around its horizontal, vertical or both axis. |