IFillFormatEffectiveData
All Implemented Interfaces: com.aspose.slides.IFillParamSource
public interface IFillFormatEffectiveData extends IFillParamSource
Immutable object which contains effective fill formatting properties.
This interface is used together with the IFillFormat interface to return effective formatting values with inheritance applied.
Methods
Method | Description |
---|---|
getFillType() | Returns the type of filling. |
getSolidFillColor() | Returns the fill color. |
getGradientFormat() | Returns the gradient fill format. |
getPatternFormat() | Returns the pattern fill format. |
getPictureFillFormat() | Returns the picture fill format. |
getRotateWithShape() | Determines whether the fill should be rotated with shape. |
getFillType()
public abstract byte getFillType()
Returns the type of filling. Read-only FillType.
Returns: byte
getSolidFillColor()
public abstract Color getSolidFillColor()
Returns the fill color. 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
getPictureFillFormat()
public abstract IPictureFillFormatEffectiveData getPictureFillFormat()
Returns the picture fill format. Read-only IPictureFillFormatEffectiveData.
Returns: IPictureFillFormatEffectiveData
getRotateWithShape()
public abstract boolean getRotateWithShape()
Determines whether the fill should be rotated with shape. Read-only boolean.
Returns: boolean