PictureFillFormat
PictureFillFormat class
Represents a picture fill style.
deletePictureCroppedAreas
| Name | Description |
|---|---|
| deletePictureCroppedAreas () | Delete cropped areas of the fill Picture. |
Returns: PPImage
getCropBottom
| Name | Description |
|---|---|
| getCropBottom () | Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. Read/write float. |
Returns: float
getCropLeft
| Name | Description |
|---|---|
| getCropLeft () | Returns or sets the number of percents of real image width that are cropped off the left of the picture. Read/write float. |
Returns: float
getCropRight
| Name | Description |
|---|---|
| getCropRight () | Returns or sets the number of percents of real image width that are cropped off the right of the picture. Read/write float. |
Returns: float
getCropTop
| Name | Description |
|---|---|
| getCropTop () | Returns or sets the number of percents of real image height that are cropped off the top of the picture. Read/write float. |
Returns: float
getDpi
| Name | Description |
|---|---|
| getDpi () | Returns or sets the dpi which is used to fill a picture. Read/write int. |
Returns: int
getPicture
| Name | Description |
|---|---|
| getPicture () | Returns the picture. Read-only ISlidesPicture. |
Returns: Picture
getPictureFillMode
| Name | Description |
|---|---|
| getPictureFillMode () | Returns or sets the picture fill mode. Read/write PictureFillMode. |
Returns: int
getStretchOffsetBottom
| Name | Description |
|---|---|
| getStretchOffsetBottom () | 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. |
Returns: float
getStretchOffsetLeft
| Name | Description |
|---|---|
| getStretchOffsetLeft () | 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. |
Returns: float
getStretchOffsetRight
| Name | Description |
|---|---|
| getStretchOffsetRight () | 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. |
Returns: float
getStretchOffsetTop
| Name | Description |
|---|---|
| getStretchOffsetTop () | 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. |
Returns: float
getVersion
| Name | Description |
|---|---|
| getVersion () |
Returns: long
setCropBottom
| Name | Description |
|---|---|
| setCropBottom (float) | Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. Read/write float. |
Returns: void
setCropLeft
| Name | Description |
|---|---|
| setCropLeft (float) | Returns or sets the number of percents of real image width that are cropped off the left of the picture. Read/write float. |
Returns: void
setCropRight
| Name | Description |
|---|---|
| setCropRight (float) | Returns or sets the number of percents of real image width that are cropped off the right of the picture. Read/write float. |
Returns: void
setCropTop
| Name | Description |
|---|---|
| setCropTop (float) | Returns or sets the number of percents of real image height that are cropped off the top of the picture. Read/write float. |
Returns: void
setDpi
| Name | Description |
|---|---|
| setDpi (int) | Returns or sets the dpi which is used to fill a picture. Read/write int. |
Returns: void
setPictureFillMode
| Name | Description |
|---|---|
| setPictureFillMode (int) | Returns or sets the picture fill mode. Read/write PictureFillMode. |
Returns: void
setStretchOffsetBottom
| Name | Description |
|---|---|
| setStretchOffsetBottom (float) | 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. |
Returns: void
setStretchOffsetLeft
| Name | Description |
|---|---|
| setStretchOffsetLeft (float) | 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. |
Returns: void
setStretchOffsetRight
| Name | Description |
|---|---|
| setStretchOffsetRight (float) | 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. |
Returns: void
setStretchOffsetTop
| Name | Description |
|---|---|
| setStretchOffsetTop (float) | 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. |
Returns: void