com.aspose.slides
Interface IFillFormatEffectiveData

All Known Implementing Classes:
FillFormatEffectiveData

public interface IFillFormatEffectiveData


Method Summary
 byte getFillType()
           Returns the type of filling.
 IGradientFormatEffectiveData getGradientFormat()
           Returns the gradient fill format.
 IPatternFormatEffectiveData getPatternFormat()
           Returns the pattern fill format.
 IPictureFillFormatEffectiveData getPictureFillFormat()
           Returns the picture fill format.
 boolean getRotateWithShape()
           Determines whether the fill should be rotated with shape.
 java.awt.Color getSolidFillColor()
           Returns the fill color.
 

Method Detail

getFillType

byte getFillType()

Returns the type of filling. Read-only FillType.


getSolidFillColor

java.awt.Color getSolidFillColor()

Returns the fill color. Read-only java.awt.Color.


getGradientFormat

IGradientFormatEffectiveData getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormatEffectiveData.


getPatternFormat

IPatternFormatEffectiveData getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormatEffectiveData.


getPictureFillFormat

IPictureFillFormatEffectiveData getPictureFillFormat()

Returns the picture fill format. Read-only IPictureFillFormatEffectiveData.


getRotateWithShape

boolean getRotateWithShape()

Determines whether the fill should be rotated with shape. Read-only boolean.



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