IPictureFillFormat

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

PropertyTypeAccessDescription
dpiintRead / WriteThe dpi value.
picture_fill_modePictureFillModeRead / WriteThe picture_fill_mode value.
pictureISlidesPictureRead-onlyThe picture value.
crop_leftfloatRead / WriteThe crop_left value.
crop_topfloatRead / WriteThe crop_top value.
crop_rightfloatRead / WriteThe crop_right value.
crop_bottomfloatRead / WriteThe crop_bottom value.
stretch_offset_leftfloatRead / WriteThe stretch_offset_left value.
stretch_offset_topfloatRead / WriteThe stretch_offset_top value.
stretch_offset_rightfloatRead / WriteThe stretch_offset_right value.
stretch_offset_bottomfloatRead / WriteThe stretch_offset_bottom value.
tile_offset_xfloatRead / WriteThe tile_offset_x value.
tile_offset_yfloatRead / WriteThe tile_offset_y value.
tile_scale_xfloatRead / WriteThe tile_scale_x value.
tile_scale_yfloatRead / WriteThe tile_scale_y value.
tile_alignmentRectangleAlignmentRead / WriteThe tile_alignment value.
tile_flipTileFlipRead / WriteThe tile_flip value.

See Also