[]
getColor()
IColorFormat
对象。double
double
int
IColorFormat
对象。boolean
IFillFormat
的文本对齐方式。double
IFillFormat
的值。double
double
double
double
getType()
boolean
void
oneColorGradient(GradientStyle style,
int variant,
double degree)
void
patterned(PatternType pattern)
void
presetGradient(GradientStyle style,
int variant,
PresetGradientType presetGradientType)
void
presetTextured(PresetTexture presetTexture)
void
setGradientAngle(double value)
void
setGradientPathType(PathShapeType value)
void
setRotateWithObject(boolean value)
void
IFillFormat
设置文本对齐方式。void
setTextureHorizontalScale(double value)
IFillFormat
。void
setTextureOffsetX(double value)
void
setTextureOffsetY(double value)
void
setTextureVerticalScale(double value)
void
setTransparency(double value)
void
setVisible(boolean value)
void
solid()
void
twoColorGradient(GradientStyle style,
int variant)
void
userPicture(InputStream stream,
ImageType type)
void
userPicture(String fileName)
void
userTextured(InputStream stream,
ImageType type)
void
userTextured(String fileName)
IColorFormat
对象。IColorFormat
对象。IFillFormat
的文本对齐方式。IFillFormat
设置文本对齐方式。IFillFormat
的值。IFillFormat
。style
- 要设置的GradientStyle
。variant
- 渐变变体。可以是1到4之间的值,对应填充效果对话框中渐变选项卡上的四种变体之一。如果GradientStyle是GradientFromCenter,则Variant参数只能是1或2。degree
- 渐变度数。可以是0.0(暗)到1.0(亮)之间的值。pattern
- The PatternType
对象。style
- 要设置的GradientStyle
对象。variant
- 渐变变体。可以是1到4之间的值,对应于“填充效果”对话框中“渐变”选项卡上的四个变体之一。如果GradientStyle是GradientFromCenter,则Variant参数只能是1或2。presetGradientType
- PresetGradientType
对象。presetTexture
- PresetTexture
。style
- GradientStyle
对象。variant
- 渐变变体。可以是1到4之间的值,对应填充效果对话框中渐变标签下的四种变体之一。如果 GradientStyle 是 GradientFromCenter,则 Variant 参数只能是1或2。fileName
- 图片文件的名称。IOException
stream
- 图片文件的流。type
- 流的ImageType
。IOException
fileName
- 图片文件的名称。IOException
stream
- 图片文件的流。type
- 流的ImageType
。