|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.Fill
public class Fill
Use the Although the
| Property Getters/Setters Summary | ||
|---|---|---|
java.awt.Color | getColor() | |
void | setColor(java.awt.Color value) | |
| Defines the color of a fill. | ||
byte[] | getImageBytes() | |
| Gets the raw bytes of the fill texture or pattern. | ||
boolean | getOn() | |
void | setOn(boolean value) | |
| Determines whether the shape will be filled. | ||
double | getOpacity() | |
void | setOpacity(double value) | |
| Defines the transparency of a fill. Valid range from 0 to 1, where 0 is fully transparent and 1 is fully opaque. | ||
| Property Getters/Setters Detail |
|---|
getColor/setColor | |
public java.awt.Color getColor() public void setColor(java.awt.Color value) | |
The default value is
getOpacity/setOpacity | |
public double getOpacity() public void setOpacity(double value) | |
The default value is 1.
getOn/setOn | |
public boolean getOn() public void setOn(boolean value) | |
The default value is true.
getImageBytes | |
public byte[] getImageBytes() | |
The default value is null.
|
ASPOSE home | ||||||||