|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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. |
ISlidesPicture |
getPicture()
Returns the picture. |
int |
getPictureFillMode()
Returns or sets the picture fill mode. |
IPresentation |
getPresentation()
Returns the parent presentation of a picture. |
IBaseSlide |
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
.
getDpi
in interface IPictureFillFormat
public void setDpi(int value)
setDpi
in interface IPictureFillFormat
public int getPictureFillMode()
Returns or sets the picture fill mode.
Read/write PictureFillMode
.
getPictureFillMode
in interface IPictureFillFormat
public void setPictureFillMode(int value)
setPictureFillMode
in interface IPictureFillFormat
public ISlidesPicture getPicture()
Returns the picture.
Readonly Picture
getPicture
in interface IPictureFillFormat
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
.
getCropLeft
in interface IPictureFillFormat
public void setCropLeft(float value)
setCropLeft
in interface IPictureFillFormat
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
.
getCropTop
in interface IPictureFillFormat
public void setCropTop(float value)
setCropTop
in interface IPictureFillFormat
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
.
getCropRight
in interface IPictureFillFormat
public void setCropRight(float value)
setCropRight
in interface IPictureFillFormat
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
.
getCropBottom
in interface IPictureFillFormat
public void setCropBottom(float value)
setCropBottom
in interface IPictureFillFormat
public IBaseSlide getSlide()
Returns the parent slide of a picture.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a picture.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |