com.aspose.slides
Class FillFormat

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

public class FillFormat
extends PVIObject
implements IFillFormat

Represents a fill formatting options.


Method Summary
 byte getFillType()
           Returns or sets the type of filling.
 IGradientFormat getGradientFormat()
           Returns the gradient fill format.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IPresentationComponent getParent_IPresentationComponent()
           
 IPatternFormat getPatternFormat()
           Returns the pattern fill format.
 IPictureFillFormat getPictureFillFormat()
           Returns the picture fill format.
 byte getRotateWithShape()
           Determines whether the fill should be rotated with shape.
 IColorFormat getSolidFillColor()
           Returns the fill color.
 long getVersion()
           
 void setFillType(byte value)
           Returns or sets the type of filling.
 void setRotateWithShape(byte value)
           Determines whether the fill should be rotated with shape.
 
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

getFillType

public final byte getFillType()

Returns or sets the type of filling. Read/write FillType.

Specified by:
getFillType in interface IFillFormat

setFillType

public final void setFillType(byte value)

Returns or sets the type of filling. Read/write FillType.

Specified by:
setFillType in interface IFillFormat

getSolidFillColor

public final IColorFormat getSolidFillColor()

Returns the fill color. Read-only IColorFormat.

Specified by:
getSolidFillColor in interface IFillFormat

getGradientFormat

public final IGradientFormat getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormat.

Specified by:
getGradientFormat in interface IFillFormat

getPatternFormat

public final IPatternFormat getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormat.

Specified by:
getPatternFormat in interface IFillFormat

getPictureFillFormat

public final IPictureFillFormat getPictureFillFormat()

Returns the picture fill format. Read-only IPictureFillFormat.

Specified by:
getPictureFillFormat in interface IFillFormat

getRotateWithShape

public final byte getRotateWithShape()

Determines whether the fill should be rotated with shape. Read/write NullableBool.

Specified by:
getRotateWithShape in interface IFillFormat

setRotateWithShape

public final void setRotateWithShape(byte value)

Determines whether the fill should be rotated with shape. Read/write NullableBool.

Specified by:
setRotateWithShape in interface IFillFormat

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.