public class ColorFillSettings extends BaseFillSettings implements IColorFillSettings
Color fill effect settings
| Constructor and Description |
|---|
ColorFillSettings()
Initializes a new instance of the
ColorFillSettings class. |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Gets or sets the color.
|
int |
getFillType()
The fill type
|
void |
setColor(Color value)
Gets or sets the color.
|
public ColorFillSettings()
Initializes a new instance of the ColorFillSettings class.
public final Color getColor()
Gets or sets the color.
Value: The color.getColor in interface IColorFillSettingspublic final void setColor(Color value)
Gets or sets the color.
Value: The color.setColor in interface IColorFillSettingspublic int getFillType()
The fill type
getFillType in interface IFillSettingsgetFillType in class BaseFillSettingsCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.