public interface ILineFillFormatEffectiveData extends IFillParamSource
Immutable object which contains effective line filling properties.
ILineFormatEffectiveData.
| Modifier and Type | Method and Description |
|---|---|
byte |
getFillType()
Returns the fill type.
|
IGradientFormatEffectiveData |
getGradientFormat()
Returns the gradient fill format.
|
IPatternFormatEffectiveData |
getPatternFormat()
Returns the pattern fill format.
|
boolean |
getRotateWithShape()
Determines whether the fill should be rotated with a shape.
|
java.awt.Color |
getSolidFillColor()
Returns the color of a solid fill.
|
byte getFillType()
Returns the fill type.
Read-only FillType.
java.awt.Color getSolidFillColor()
Returns the color of a solid fill.
Read-only Color.
IGradientFormatEffectiveData getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormatEffectiveData.
IPatternFormatEffectiveData getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormatEffectiveData.
boolean getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read-only boolean.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.