IPictureFillFormat

IPictureFillFormat

Overview

IPictureFillFormat is a interface in Aspose.Slides FOSS for Java. Inherits from: IFillParamSource.

Represents a picture fill style.

Properties

NameTypeAccessDescription
dpiintReadReturns or sets the dpi which is used to fill a picture.
pictureFillModePictureFillModeReadReturns or sets the picture fill mode.
pictureISlidesPictureReadReturns the picture.
cropLeftfloatReadReturns or sets the number of percents of real image width that are cropped
off the left of the picture.
cropTopfloatReadReturns or sets the number of percents of real image height that are cropped
off the top of the picture.
cropRightfloatReadReturns or sets the number of percents of real image width that are cropped
off the right of the picture.
cropBottomfloatReadReturns or sets the number of percents of real image height that are cropped
off the bottom of the picture.
stretchOffsetLeftfloatReadReturns 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.
stretchOffsetTopfloatReadReturns 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.
stretchOffsetRightfloatReadReturns 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.
stretchOffsetBottomfloatReadReturns 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.
tileOffsetXfloatReadReturns or sets the horizontal offset of the texture from the shape’s origin
in points.
tileOffsetYfloatReadReturns or sets the vertical offset of the texture from the shape’s origin
in points.
tileScaleXfloatReadReturns or sets the horizontal scale for the texture fill as a percentage.
tileScaleYfloatReadReturns or sets the vertical scale for the texture fill as a percentage.
tileAlignmentRectangleAlignmentReadReturns or sets how the texture is aligned within the shape.
tileFlipTileFlipReadFlips the texture tile around its horizontal, vertical or both axis.

Methods

SignatureDescription
getDpi()intReturns or sets the dpi which is used to fill a picture.
setDpi(value: int)Sets the dpi which is used to fill a picture.
getPictureFillMode()PictureFillModeReturns or sets the picture fill mode.
setPictureFillMode(value: PictureFillMode)Sets the picture fill mode.
getPicture()ISlidesPictureReturns the picture.
getCropLeft()floatReturns or sets the number of percents of real image width that are cropped
off the left of the picture.
setCropLeft(value: float)Sets the number of percents of real image width that are cropped off the left
of the picture.
getCropTop()floatReturns or sets the number of percents of real image height that are cropped
off the top of the picture.
setCropTop(value: float)Sets the number of percents of real image height that are cropped off the top
of the picture.
getCropRight()floatReturns or sets the number of percents of real image width that are cropped
off the right of the picture.
setCropRight(value: float)Sets the number of percents of real image width that are cropped off the right
of the picture.
getCropBottom()floatReturns or sets the number of percents of real image height that are cropped
off the bottom of the picture.
setCropBottom(value: float)Sets the number of percents of real image height that are cropped off the
bottom of the picture.
getStretchOffsetLeft()floatReturns 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.
setStretchOffsetLeft(value: float)Sets left edge of the fill rectangle defined by a percentage offset from
the left edge of the shape’s bounding box.
getStretchOffsetTop()floatReturns 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.
setStretchOffsetTop(value: float)Sets top edge of the fill rectangle defined by a percentage offset from
the top edge of the shape’s bounding box.
getStretchOffsetRight()floatReturns 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.
setStretchOffsetRight(value: float)Sets right edge of the fill rectangle defined by a percentage offset from
the right edge of the shape’s bounding box.
getStretchOffsetBottom()floatReturns 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.
setStretchOffsetBottom(value: float)Sets bottom edge of the fill rectangle defined by a percentage offset from
the bottom edge of the shape’s bounding box.
getTileOffsetX()floatReturns or sets the horizontal offset of the texture from the shape’s origin
in points.
setTileOffsetX(value: float)Sets the horizontal offset of the texture from the shape’s origin in points.
getTileOffsetY()floatReturns or sets the vertical offset of the texture from the shape’s origin
in points.
setTileOffsetY(value: float)Sets the vertical offset of the texture from the shape’s origin in points.
getTileScaleX()floatReturns or sets the horizontal scale for the texture fill as a percentage.
setTileScaleX(value: float)Sets the horizontal scale for the texture fill as a percentage.
getTileScaleY()floatReturns or sets the vertical scale for the texture fill as a percentage.
setTileScaleY(value: float)Sets the vertical scale for the texture fill as a percentage.
getTileAlignment()RectangleAlignmentReturns or sets how the texture is aligned within the shape.
setTileAlignment(value: RectangleAlignment)Sets how the texture is aligned within the shape.
getTileFlip()TileFlipFlips the texture tile around its horizontal, vertical or both axis.
setTileFlip(value: TileFlip)Sets the tile flip mode.

See Also