|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PictureFillFormatEx
public class PictureFillFormatEx
Represents a picture fill style.
Method Summary | |
---|---|
float |
getCropBottom()
Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. |
float |
getCropLeft()
Returns or sets the number of percents of real image width that are cropped off the left of the picture. |
float |
getCropRight()
Returns or sets the number of percents of real image width that are cropped off the right of the picture. |
float |
getCropTop()
Returns or sets the number of percents of real image height that are cropped off the top of the picture. |
int |
getDpi()
Returns or sets the dpi which is used to fill a picture. |
PictureEx |
getPicture()
Returns the picture. |
int |
getPictureFillMode()
Returns or sets the picture fill mode. |
PresentationEx |
getPresentation()
Returns the parent presentation of a picture. |
BaseSlideEx |
getSlide()
Returns the parent slide of a picture. |
void |
setCropBottom(float value)
|
void |
setCropLeft(float value)
|
void |
setCropRight(float value)
|
void |
setCropTop(float value)
|
void |
setDpi(int value)
|
void |
setPictureFillMode(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getDpi()
Returns or sets the dpi which is used to fill a picture.
Read/write int
.
public void setDpi(int value)
public int getPictureFillMode()
Returns or sets the picture fill mode.
Read/write PictureFillMode
.
public void setPictureFillMode(int value)
public PictureEx getPicture()
Returns the picture.
Readonly PictureEx
public float getCropLeft()
Returns or sets the number of percents of real image width that are cropped off
the left of the picture. Read/write float
.
public void setCropLeft(float value)
public float getCropTop()
Returns or sets the number of percents of real image height that are cropped off
the top of the picture. Read/write float
.
public void setCropTop(float value)
public float getCropRight()
Returns or sets the number of percents of real image width that are cropped off
the right of the picture. Read/write float
.
public void setCropRight(float value)
public float getCropBottom()
Returns or sets the number of percents of real image height that are cropped off
the bottom of the picture. Read/write float
.
public void setCropBottom(float value)
public BaseSlideEx getSlide()
Returns the parent slide of a picture.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a picture.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |