|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PVIObject
com.aspose.slides.PictureFillFormat
public class PictureFillFormat
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. |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
IPresentationComponent |
getParent_IPresentationComponent()
|
ISlidesPicture |
getPicture()
Returns the picture. |
int |
getPictureFillMode()
Returns or sets the picture fill mode. |
long |
getVersion()
|
void |
setCropBottom(float value)
Returns or sets the number of percents of real image height that are cropped off the bottom of the picture. |
void |
setCropLeft(float value)
Returns or sets the number of percents of real image width that are cropped off the left of the picture. |
void |
setCropRight(float value)
Returns or sets the number of percents of real image width that are cropped off the right of the picture. |
void |
setCropTop(float value)
Returns or sets the number of percents of real image height that are cropped off the top of the picture. |
void |
setDpi(int value)
Returns or sets the dpi which is used to fill a picture. |
void |
setPictureFillMode(int value)
Returns or sets the picture fill mode. |
Methods inherited from class com.aspose.slides.PVIObject |
---|
equals, getParent_Immediate, getParent_IPresentationComponent, getPresentation, getSlide, getVersion, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final int getDpi()
Returns or sets the dpi which is used to fill a picture.
Read/write int
.
getDpi
in interface IPictureFillFormat
public final void setDpi(int value)
Returns or sets the dpi which is used to fill a picture.
Read/write int
.
setDpi
in interface IPictureFillFormat
public final int getPictureFillMode()
Returns or sets the picture fill mode.
Read/write PictureFillMode
.
getPictureFillMode
in interface IPictureFillFormat
public final void setPictureFillMode(int value)
Returns or sets the picture fill mode.
Read/write PictureFillMode
.
setPictureFillMode
in interface IPictureFillFormat
public final ISlidesPicture getPicture()
Returns the picture.
Read-only ISlidesPicture
.
getPicture
in interface IPictureFillFormat
public final 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
.
getCropLeft
in interface IPictureFillFormat
public final void setCropLeft(float value)
Returns or sets the number of percents of real image width that are cropped off
the left of the picture.
Read/write float
.
setCropLeft
in interface IPictureFillFormat
public final 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
.
getCropTop
in interface IPictureFillFormat
public final void setCropTop(float value)
Returns or sets the number of percents of real image height that are cropped off
the top of the picture.
Read/write float
.
setCropTop
in interface IPictureFillFormat
public final 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
.
getCropRight
in interface IPictureFillFormat
public final void setCropRight(float value)
Returns or sets the number of percents of real image width that are cropped off
the right of the picture.
Read/write float
.
setCropRight
in interface IPictureFillFormat
public final 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
.
getCropBottom
in interface IPictureFillFormat
public final void setCropBottom(float value)
Returns or sets the number of percents of real image height that are cropped off
the bottom of the picture.
Read/write float
.
setCropBottom
in interface IPictureFillFormat
public IPresentationComponent getParent_IPresentationComponent()
public long getVersion()
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |