|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.PictureFillFormatEx
public class PictureFillFormatEx
Represents a picture fill style.
Method Summary | |
---|---|
float |
getCropBottom()
Returns the number of percents of real image height that are cropped off the bottom of the picture. |
float |
getCropLeft()
Returns the number of percents of real image width that are cropped off the left of the picture. |
float |
getCropRight()
Returns the number of percents of real image width that are cropped off the right of the picture. |
float |
getCropTop()
Returns the number of percents of real image height that are cropped off the top of the picture. |
int |
getDpi()
Returns the dpi which is used to fill a picture. |
PictureEx |
getPicture()
Returns the picture. |
PictureFillModeEx |
getPictureFillMode()
Returns the picture fill mode. |
PresentationEx |
getPresentation()
Returns the parent presentation of a picture. |
BaseSlideEx |
getSlide()
Returns the parent slide of a picture. |
java.awt.geom.Rectangle2D.Float |
getSourceRectangle()
|
RectangleAlignmentEx |
getTileAlign()
|
TileFlipEx |
getTileFlip()
|
double |
getTileOffsetX()
|
double |
getTileOffsetY()
|
float |
getTileScaleX()
|
float |
getTileScaleY()
|
void |
setCropBottom(float value)
Sets the number of percents of real image height that are cropped off the bottom of the picture. |
void |
setCropLeft(float value)
Sets the number of percents of real image width that are cropped off the left of the picture. |
void |
setCropRight(float value)
Sets the number of percents of real image width that are cropped off the right of the picture. |
void |
setCropTop(float value)
Sets the number of percents of real image height that are cropped off the top of the picture. |
void |
setDpi(int value)
Sets the dpi which is used to fill a picture. |
void |
setPictureFillMode(PictureFillModeEx value)
Sets the picture fill mode. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getDpi()
public void setDpi(int value)
value
- new dpi value.public PictureFillModeEx getPictureFillMode()
PictureFillModeEx
.public PictureEx getPicture()
public void setPictureFillMode(PictureFillModeEx value)
value
- See PictureFillModeEx
.public double getTileOffsetX()
public double getTileOffsetY()
public float getTileScaleX()
public float getTileScaleY()
public TileFlipEx getTileFlip()
public RectangleAlignmentEx getTileAlign()
public float getCropLeft()
public void setCropLeft(float value)
value
- public float getCropTop()
public void setCropTop(float value)
value
- public float getCropRight()
public void setCropRight(float value)
value
- public float getCropBottom()
public void setCropBottom(float value)
value
- public java.awt.geom.Rectangle2D.Float getSourceRectangle()
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |