PictureFillFormat

PictureFillFormat class

Represents a picture fill style.

deletePictureCroppedAreas

NameDescription
deletePictureCroppedAreas ()Delete cropped areas of the fill Picture.

Returns: PPImage


getCropBottom

NameDescription
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

NameDescription
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

NameDescription
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

NameDescription
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

NameDescription
getDpi ()Returns or sets the dpi which is used to fill a picture. Read/write int.

Returns: int


getPicture

NameDescription
getPicture ()Returns the picture. Read-only ISlidesPicture.

Returns: Picture


getPictureFillMode

NameDescription
getPictureFillMode ()Returns or sets the picture fill mode. Read/write PictureFillMode.

Returns: int


getStretchOffsetBottom

NameDescription
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

NameDescription
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

NameDescription
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

NameDescription
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

NameDescription
getVersion ()

Returns: long


setCropBottom

NameDescription
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

NameDescription
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

NameDescription
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

NameDescription
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

NameDescription
setDpi (int)Returns or sets the dpi which is used to fill a picture. Read/write int.

setPictureFillMode

NameDescription
setPictureFillMode (int)Returns or sets the picture fill mode. Read/write PictureFillMode.

setStretchOffsetBottom

NameDescription
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

NameDescription
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

NameDescription
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

NameDescription
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.