ILineFillFormatEffectiveData

All Implemented Interfaces: com.aspose.slides.IFillParamSource

public interface ILineFillFormatEffectiveData extends IFillParamSource

Immutable object which contains effective line filling properties.


This interface is used as a part of ILineFormatEffectiveData.

Methods

MethodDescription
getFillType()Returns the fill type.
getSolidFillColor()Returns the color of a solid fill.
getGradientFormat()Returns the gradient fill format.
getPatternFormat()Returns the pattern fill format.
getRotateWithShape()Determines whether the fill should be rotated with a shape.

getFillType()

public abstract byte getFillType()

Returns the fill type. Read-only FillType.

Returns: byte

getSolidFillColor()

public abstract Color getSolidFillColor()

Returns the color of a solid fill. Read-only java.awt.Color.

Returns: java.awt.Color

getGradientFormat()

public abstract IGradientFormatEffectiveData getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormatEffectiveData.

Returns: IGradientFormatEffectiveData

getPatternFormat()

public abstract IPatternFormatEffectiveData getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormatEffectiveData.

Returns: IPatternFormatEffectiveData

getRotateWithShape()

public abstract boolean getRotateWithShape()

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

Returns: boolean