PictureFillFormat

PictureFillFormat

Overview

PictureFillFormat is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IPictureFillFormat, IFillParamSource.

Represents a picture fill style.

Properties

NameTypeAccessDescription
dpiintRead
pictureFillModePictureFillModeRead
pictureISlidesPictureRead
cropLeftfloatRead
cropTopfloatRead
cropRightfloatRead
cropBottomfloatRead
stretchOffsetLeftfloatRead
stretchOffsetTopfloatRead
stretchOffsetRightfloatRead
stretchOffsetBottomfloatRead
tileOffsetXfloatRead
tileOffsetYfloatRead
tileScaleXfloatRead
tileScaleYfloatRead
tileAlignmentRectangleAlignmentRead
tileFlipTileFlipRead

Methods

SignatureDescription
PictureFillFormat()Creates an uninitialized PictureFillFormat.
PictureFillFormat(blipFill: Element, saveCallback: Runnable)Creates a new PictureFillFormat backed by the given {@code <a:blipFill>} element.
initInternal(blipFillElement: Element, parentSlide: IBaseSlide, saveCallback: Runnable)Internal initialisation with the {@code <a:blipFill>} XML element.
getDpi()int
setDpi(value: int)
getPictureFillMode()PictureFillMode
setPictureFillMode(value: PictureFillMode)
getPicture()ISlidesPicture
getCropLeft()float
setCropLeft(value: float)
getCropTop()float
setCropTop(value: float)
getCropRight()float
setCropRight(value: float)
getCropBottom()float
setCropBottom(value: float)
getStretchOffsetLeft()float
setStretchOffsetLeft(value: float)
getStretchOffsetTop()float
setStretchOffsetTop(value: float)
getStretchOffsetRight()float
setStretchOffsetRight(value: float)
getStretchOffsetBottom()float
setStretchOffsetBottom(value: float)
getTileOffsetX()float
setTileOffsetX(value: float)
getTileOffsetY()float
setTileOffsetY(value: float)
getTileScaleX()float
setTileScaleX(value: float)
getTileScaleY()float
setTileScaleY(value: float)
getTileAlignment()RectangleAlignment
setTileAlignment(value: RectangleAlignment)
getTileFlip()TileFlip
setTileFlip(value: TileFlip)

See Also