PictureFillFormat class
Contents
[
Hide
]PictureFillFormat class
Represents a picture fill style.
Inheritance:PictureFillFormat
→ PVIObject
The PictureFillFormat type exposes the following members:
Properties
Property | Description |
---|---|
dpi | Returns or sets the dpi which is used to fill a picture. Read/write int. |
picture_fill_mode | Returns or sets the picture fill mode. Read/write PictureFillMode . |
picture | Returns the picture. Read-only ISlidesPicture . |
crop_left | Returns or sets the number of percents of real image width that are cropped off the left of the picture. Read/write float. |
crop_top | Returns or sets the number of percents of real image height that are cropped off the top of the picture. Read/write float. |
crop_right | Returns or sets the number of percents of real image width that are cropped off the right of the picture. Read/write float. |
crop_bottom | Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. Read/write float. |
stretch_offset_left | 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. A positive percentage specifies an inset, while a negative percentage specifies an outset. Read/write float. |
stretch_offset_top | 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. A positive percentage specifies an inset, while a negative percentage specifies an outset. Read/write float. |
stretch_offset_right | 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. A positive percentage specifies an inset, while a negative percentage specifies an outset. Read/write float. |
stretch_offset_bottom | 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. A positive percentage specifies an inset, while a negative percentage specifies an outset. Read/write float. |
tile_offset_x | Returns or sets the horizontal offset of the texture from the shape’s origin in points. A positive value moves the texture to the right, while a negative value moves it to the left. Read/write float. |
tile_offset_y | Returns or sets the vertical offset of the texture from the shape’s origin in points. A positive value moves the texture down, while a negative value moves it up. Read/write float. |
tile_scale_x | Returns or sets the horizontal scale for the texture fill as a percentage. Read/write float. |
tile_scale_y | Returns or sets the vertical scale for the texture fill as a percentage. Read/write float. |
tile_alignment | Returns or sets how the texture is aligned within the shape. This setting controls the starting point of the texture pattern and how it repeats across the shape. Read/write RectangleAlignment . |
tile_flip | Flips the texture tile around its horizontal, vertical or both axis. Read/write TileFlip . |
slide | |
presentation |
Methods
Method | Description |
---|---|
delete_picture_cropped_areas | Delete cropped areas of the fill Picture. |
compress_image | Compresses the image by reducing its size based on the shape size and specified resolution. Optionally, it also deletes cropped areas. |
See Also
- class
PictureFillFormat
- class
PVIObject
- module
aspose.slides
- library
Aspose.Slides