IPictureFillFormat — Aspose.Slides FOSS Python API Reference
Overview
IPictureFillFormat defines formatting options for i picture fill. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Description
IPictureFillFormat is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 17 properties for programmatic use. It extends IFillParamSource and implements ABC, inheriting shared functionality from its parent type.
Core capabilities include: picturefillmode; islidespicture; float. These operations enable developers to integrate ipicturefillformat functionality directly into Python applications.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
dpi | int | Read / Write | The dpi value. |
picture_fill_mode | PictureFillMode | Read / Write | The picture_fill_mode value. |
picture | ISlidesPicture | Read-only | The picture value. |
crop_left | float | Read / Write | The crop_left value. |
crop_top | float | Read / Write | The crop_top value. |
crop_right | float | Read / Write | The crop_right value. |
crop_bottom | float | Read / Write | The crop_bottom value. |
stretch_offset_left | float | Read / Write | The stretch_offset_left value. |
stretch_offset_top | float | Read / Write | The stretch_offset_top value. |
stretch_offset_right | float | Read / Write | The stretch_offset_right value. |
stretch_offset_bottom | float | Read / Write | The stretch_offset_bottom value. |
tile_offset_x | float | Read / Write | The tile_offset_x value. |
tile_offset_y | float | Read / Write | The tile_offset_y value. |
tile_scale_x | float | Read / Write | The tile_scale_x value. |
tile_scale_y | float | Read / Write | The tile_scale_y value. |
tile_alignment | RectangleAlignment | Read / Write | The tile_alignment value. |
tile_flip | TileFlip | Read / Write | The tile_flip value. |