IPictureFillFormat

IPictureFillFormat — Aspose.Slides FOSS Java API Reference

IPictureFillFormat — Represents a picture fill style.

Package: org.aspose.slides.foss


Properties

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

Methods

MethodReturnsDescription
getDpi()intReturns or sets the dpi which is used to fill a picture.
setDpi(int value)voidSets the dpi which is used to fill a picture.
getPictureFillMode()PictureFillModeReturns or sets the picture fill mode.
setPictureFillMode(PictureFillMode value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets 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(float value)voidSets the vertical scale for the texture fill as a percentage.
getTileAlignment()RectangleAlignmentReturns or sets how the texture is aligned within the shape.
setTileAlignment(RectangleAlignment value)voidSets how the texture is aligned within the shape.
getTileFlip()TileFlipFlips the texture tile around its horizontal, vertical or both axis.
setTileFlip(TileFlip value)voidSets the tile flip mode.

See Also