com.aspose.slides
Interface ILineFillFormatEffectiveData

All Superinterfaces:
IFillParamSource
All Known Implementing Classes:
LineFillFormatEffectiveData

public interface ILineFillFormatEffectiveData
extends IFillParamSource

Immutable object which represents properties for lines filling.


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

Method Detail

getFillType

byte getFillType()

getSolidFillColor

java.awt.Color getSolidFillColor()

getGradientFormat

IGradientFormatEffectiveData getGradientFormat()

getPatternFormat

IPatternFormatEffectiveData getPatternFormat()

getRotateWithShape

boolean getRotateWithShape()