PictureFillFormat

PictureFillFormat class

Represents a picture fill style.

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.

Result: 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.

Result: 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.

Result: 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.

Result: float


getDpi

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

Result: int


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent()

getParent_ISlideComponent

NameDescription
getParent_ISlideComponent()

getParent_Immediate

NameDescription
getParent_Immediate()

getPicture

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

Result: Picture


getPictureFillMode

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

Result: int


getPresentation

NameDescription
getPresentation()

Result: Presentation


getSlide

NameDescription
getSlide()

Result: BaseSlide


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.

Result: 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.

Result: 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.

Result: 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.

Result: float


getVersion

NameDescription
getVersion()

Result: long


getVersion

NameDescription
getVersion()

Result: 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.