PictureFillFormat

PictureFillFormat

Overview

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

Represents a picture fill style.

Properties: as_i_presentation_component, crop_bottom, crop_left, crop_right, crop_top, dpi, and 14 more.

Properties

NameTypeAccessDescription
dpiintRead/WriteReturns or sets the dpi which is used to fill a picture.
picture_fill_modePictureFillModeRead/WriteReturns or sets the picture fill mode.
pictureISlidesPictureReadReturns the picture.
crop_leftfloatRead/WriteReturns or sets the number of percents of real image width that are cropped off the left of the picture.
crop_topfloatRead/WriteReturns or sets the number of percents of real image height that are cropped off the top of the picture.
crop_rightfloatRead/WriteReturns or sets the number of percents of real image width that are cropped off the right of the picture.
crop_bottomfloatRead/WriteReturns or sets the number of percents of real image height that are cropped off the bottom of the picture.
stretch_offset_leftfloatRead/WriteReturns 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_topfloatRead/WriteReturns 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_rightfloatRead/WriteReturns 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_bottomfloatRead/WriteReturns 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_xfloatRead/WriteReturns or sets the horizontal offset of the texture from the shape’s origin in points.
tile_offset_yfloatRead/WriteReturns or sets the vertical offset of the texture from the shape’s origin in points.
tile_scale_xfloatRead/WriteReturns or sets the horizontal scale for the texture fill as a percentage.
tile_scale_yfloatRead/WriteReturns or sets the vertical scale for the texture fill as a percentage.
tile_alignmentRectangleAlignmentRead/WriteReturns or sets how the texture is aligned within the shape.
tile_flipTileFlipRead/WriteFlips the texture tile around its horizontal, vertical or both axis.
as_i_presentation_componentIPresentationComponentReadAllows to get base IPresentationComponent interface.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

See Also