com.aspose.slides
Interface IFillFormat

All Superinterfaces:
IFillParamSource
All Known Implementing Classes:
FillFormat

public interface IFillFormat
extends IFillParamSource


Method Summary
 byte getFillType()
           Returns or sets the type of filling.
 IGradientFormat getGradientFormat()
           Returns the gradient fill format.
 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.
 void setFillType(byte value)
           Returns or sets the type of filling.
 void setRotateWithShape(byte value)
           Determines whether the fill should be rotated with shape.
 

Method Detail

getFillType

byte getFillType()

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


setFillType

void setFillType(byte value)

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


getSolidFillColor

IColorFormat getSolidFillColor()

Returns the fill color. Read-only IColorFormat.


getGradientFormat

IGradientFormat getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormat.


getPatternFormat

IPatternFormat getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormat.


getPictureFillFormat

IPictureFillFormat getPictureFillFormat()

Returns the picture fill format. Read-only IPictureFillFormat.


getRotateWithShape

byte getRotateWithShape()

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


setRotateWithShape

void setRotateWithShape(byte value)

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



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