com.aspose.slides
Interface IFillFormatEffectiveData

All Known Implementing Classes:
FillFormatEffectiveData

public interface IFillFormatEffectiveData


Method Summary
 byte getFillType()
           
 IGradientFormatEffectiveData getGradientFormat()
           
 IPatternFormatEffectiveData getPatternFormat()
           
 IPictureFillFormatEffectiveData getPictureFillFormat()
           
 boolean getRotateWithShape()
           
 java.awt.Color getSolidFillColor()
           
 

Method Detail

getFillType

byte getFillType()

getSolidFillColor

java.awt.Color getSolidFillColor()

getGradientFormat

IGradientFormatEffectiveData getGradientFormat()

getPatternFormat

IPatternFormatEffectiveData getPatternFormat()

getPictureFillFormat

IPictureFillFormatEffectiveData getPictureFillFormat()

getRotateWithShape

boolean getRotateWithShape()