PictureFillFormat
Represents a picture fill style.
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. |
Result:
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. |
Result:
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. |
Result:
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. |
Result:
float
getDpi
| Name | Description |
|---|
| getDpi () | Returns or sets the dpi which is used to fill a picture. Read/write int. |
Result:
int
getPicture
| Name | Description |
|---|
| getPicture () | Returns the picture. Read-only ISlidesPicture. |
Result:
Picture
getPictureFillMode
| Name | Description |
|---|
| getPictureFillMode () | Returns or sets the picture fill mode. Read/write PictureFillMode. |
Result:
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. |
Result:
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. |
Result:
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. |
Result:
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. |
Result:
float
getVersion
| Name | Description |
|---|
| getVersion () | |
Result:
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. |
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. |
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. |
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. |
setDpi
| Name | Description |
|---|
| setDpi (int) | Returns or sets the dpi which is used to fill a picture. Read/write int. |
setPictureFillMode
| Name | Description |
|---|
| setPictureFillMode (int) | Returns or sets the picture fill mode. Read/write PictureFillMode. |
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. |
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. |
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. |
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. |