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