PictureFillFormat

PictureFillFormat

Overview

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

Represents a picture fill style.

This class provides 40 methods for working with PictureFillFormat objects in Java programs. Available methods include: PVIObject, PictureFillFormat, asIPresentationComponent, getCropBottom, getCropLeft, getCropRight, getCropTop, getDpi, getPicture, getPictureFillMode, getPresentation, getSlide, and 27 additional methods. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: cropBottom, cropLeft, cropRight, cropTop, dpi, picture, and 13 more.

Properties

NameTypeAccessDescription
dpiintReadGets the dpi.
pictureFillModePictureFillModeReadGets the picture fill mode.
pictureISlidesPictureReadGets the picture.
cropLeftfloatReadGets the crop left.
cropTopfloatReadGets the crop top.
cropRightfloatReadGets the crop right.
cropBottomfloatReadGets the crop bottom.
stretchOffsetLeftfloatReadGets the stretch offset left.
stretchOffsetTopfloatReadGets the stretch offset top.
stretchOffsetRightfloatReadGets the stretch offset right.
stretchOffsetBottomfloatReadGets the stretch offset bottom.
tileOffsetXfloatReadGets the tile offset x.
tileOffsetYfloatReadGets the tile offset y.
tileScaleXfloatReadGets the tile scale x.
tileScaleYfloatReadGets the tile scale y.
tileAlignmentRectangleAlignmentReadGets the tile alignment.
tileFlipTileFlipReadGets the tile flip.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

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()intReturns the dpi.
setDpi(value: int)Sets the dpi value.
getPictureFillMode()PictureFillModeReturns the picture fill mode.
setPictureFillMode(value: PictureFillMode)Sets the picture fill mode value.
getPicture()ISlidesPictureReturns the picture.
getCropLeft()floatReturns the crop left.
setCropLeft(value: float)Sets the crop left value.
getCropTop()floatReturns the crop top.
setCropTop(value: float)Sets the crop top value.
getCropRight()floatReturns the crop right.
setCropRight(value: float)Sets the crop right value.
getCropBottom()floatReturns the crop bottom.
setCropBottom(value: float)Sets the crop bottom value.
getStretchOffsetLeft()floatReturns the stretch offset left.
setStretchOffsetLeft(value: float)Sets the stretch offset left value.
getStretchOffsetTop()floatReturns the stretch offset top.
setStretchOffsetTop(value: float)Sets the stretch offset top value.
getStretchOffsetRight()floatReturns the stretch offset right.
setStretchOffsetRight(value: float)Sets the stretch offset right value.
getStretchOffsetBottom()floatReturns the stretch offset bottom.
setStretchOffsetBottom(value: float)Sets the stretch offset bottom value.
getTileOffsetX()floatReturns the tile offset x.
setTileOffsetX(value: float)Sets the tile offset x value.
getTileOffsetY()floatReturns the tile offset y.
setTileOffsetY(value: float)Sets the tile offset y value.
getTileScaleX()floatReturns the tile scale x.
setTileScaleX(value: float)Sets the tile scale x value.
getTileScaleY()floatReturns the tile scale y.
setTileScaleY(value: float)Sets the tile scale y value.
getTileAlignment()RectangleAlignmentReturns the tile alignment.
setTileAlignment(value: RectangleAlignment)Sets the tile alignment value.
getTileFlip()TileFlipReturns the tile flip.
setTileFlip(value: TileFlip)Sets the tile flip value.
PVIObject()Creates a PVIObject with no parent slide.
getSlide()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also