PictureFillFormat

PictureFillFormat

Overview

PictureFillFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents a picture fill style.

Properties

NameTypeAccessDescription
dpiintReadReturns or sets the dpi which is used to fill a picture.
picture_fill_modePictureFillModeReadReturns or sets the picture fill mode.
pictureISlidesPictureReadReturns the picture.
crop_leftfloatReadReturns or sets the number of percents of real image width that are cropped off the left of the picture.
crop_topfloatReadReturns or sets the number of percents of real image height that are cropped off the top of the picture.
crop_rightfloatReadReturns or sets the number of percents of real image width that are cropped off the right of the picture.
crop_bottomfloatReadReturns or sets the number of percents of real image height that are cropped off the bottom of the picture.
stretch_offset_leftfloatReadReturns 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_topfloatReadReturns 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_rightfloatReadReturns 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_bottomfloatReadReturns 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_xfloatReadReturns or sets the horizontal offset of the texture from the shape’s origin in points.
tile_offset_yfloatReadReturns or sets the vertical offset of the texture from the shape’s origin in points.
tile_scale_xfloatReadReturns or sets the horizontal scale for the texture fill as a percentage.
tile_scale_yfloatReadReturns or sets the vertical scale for the texture fill as a percentage.
tile_alignmentRectangleAlignmentReadReturns or sets how the texture is aligned within the shape.
tile_flipTileFlipReadFlips the texture tile around its horizontal, vertical or both axis.

See Also