|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineFillFormat
Represents properties for lines filling.
Method Summary | |
---|---|
byte |
getFillType()
Returns or sets the fill type. |
IGradientFormat |
getGradientFormat()
Returns the gradient fill format. |
IPatternFormat |
getPatternFormat()
Returns the pattern fill format. |
byte |
getRotateWithShape()
Determines whether the fill should be rotated with a shape. |
IColorFormat |
getSolidFillColor()
Returns the color of a solid fill. |
void |
setFillType(byte value)
Returns or sets the fill type. |
void |
setRotateWithShape(byte value)
Determines whether the fill should be rotated with a shape. |
Method Detail |
---|
byte getFillType()
Returns or sets the fill type.
Read/write FillType
.
void setFillType(byte value)
Returns or sets the fill type.
Read/write FillType
.
IColorFormat getSolidFillColor()
Returns the color of a solid fill.
Read-only IColorFormat
.
IGradientFormat getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormat
.
IPatternFormat getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormat
.
byte getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read/write NullableBool
.
void setRotateWithShape(byte value)
Determines whether the fill should be rotated with a shape.
Read/write NullableBool
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |