com.aspose.slides
Class PictureFillFormat

java.lang.Object
  extended by com.aspose.slides.PVIObject
      extended by com.aspose.slides.PictureFillFormat
All Implemented Interfaces:
IFillParamSource, IPictureFillFormat

public class PictureFillFormat
extends PVIObject
implements IPictureFillFormat

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

getDpi

public final int getDpi()

Returns or sets the dpi which is used to fill a picture. Read/write int.

Specified by:
getDpi in interface IPictureFillFormat

setDpi

public final void setDpi(int value)

Returns or sets the dpi which is used to fill a picture. Read/write int.

Specified by:
setDpi in interface IPictureFillFormat

getPictureFillMode

public final int getPictureFillMode()

Returns or sets the picture fill mode. Read/write PictureFillMode.

Specified by:
getPictureFillMode in interface IPictureFillFormat

setPictureFillMode

public final void setPictureFillMode(int value)

Returns or sets the picture fill mode. Read/write PictureFillMode.

Specified by:
setPictureFillMode in interface IPictureFillFormat

getPicture

public final ISlidesPicture getPicture()

Returns the picture. Read-only ISlidesPicture.

Specified by:
getPicture in interface IPictureFillFormat

getCropLeft

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.

Specified by:
getCropLeft in interface IPictureFillFormat

setCropLeft

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.

Specified by:
setCropLeft in interface IPictureFillFormat

getCropTop

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.

Specified by:
getCropTop in interface IPictureFillFormat

setCropTop

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.

Specified by:
setCropTop in interface IPictureFillFormat

getCropRight

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.

Specified by:
getCropRight in interface IPictureFillFormat

setCropRight

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.

Specified by:
setCropRight in interface IPictureFillFormat

getCropBottom

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.

Specified by:
getCropBottom in interface IPictureFillFormat

setCropBottom

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.

Specified by:
setCropBottom in interface IPictureFillFormat

getParent_IPresentationComponent

public IPresentationComponent getParent_IPresentationComponent()

getVersion

public long getVersion()

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.