public class Fill
Property Getters/Setters Summary | ||
---|---|---|
int | getDel() | |
void | setDel(intvalue) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
ColorValue | getFillBkgnd() | |
void | setFillBkgnd(ColorValue value) | |
Specifies the color used for the background of the shape's fill pattern. | ||
DoubleValue | getFillBkgndTrans() | |
void | setFillBkgndTrans(DoubleValue value) | |
Specifies the transparency level for the background (fill) color of the shape's fill pattern, from 0 (completely opaque) to 1 (completely transparent). | ||
ColorValue | getFillForegnd() | |
void | setFillForegnd(ColorValue value) | |
Specifies the color used for the foreground (stroke) of the shape's fill pattern. | ||
DoubleValue | getFillForegndTrans() | |
void | setFillForegndTrans(DoubleValue value) | |
Specifies the transparency level for the foreground (fill) color of the shape's fill pattern, from 0 (completely opaque) to 1 (completely transparent). | ||
IntValue | getFillPattern() | |
void | setFillPattern(IntValue value) | |
Specifies the fill pattern for the shape. | ||
GradientFill | getGradientFill() | |
Contains the current gradient fill formatting values for the shape
|
||
DoubleValue | getShapeShdwObliqueAngle() | |
void | ||
Specifies the angle of oblique direction of a shape's shadow. | ||
DoubleValue | getShapeShdwOffsetX() | |
void | setShapeShdwOffsetX(DoubleValue value) | |
Determines the distance in page units that a shape's shadow is offset horizontally from the shape. | ||
DoubleValue | getShapeShdwOffsetY() | |
void | setShapeShdwOffsetY(DoubleValue value) | |
Determines the distance in page units that a shape's shadow is offset vertically from the shape. | ||
DoubleValue | getShapeShdwScaleFactor() | |
void | ||
Specifies the percentage by which the shadow of a shape can be enlarged or reduced. | ||
ShapeShdwShow | getShapeShdwShow() | |
void | setShapeShdwShow(ShapeShdwShow value) | |
Specifies the type of shadow for a shape. | ||
ShapeShdwType | getShapeShdwType() | |
void | setShapeShdwType(ShapeShdwType value) | |
Specifies the type of shadow for a shape. | ||
ColorValue | getShdwBkgnd() | |
void | setShdwBkgnd(ColorValue value) | |
Specifies the color used for the background (fill) of the shape's drop shadow fill pattern. | ||
DoubleValue | getShdwBkgndTrans() | |
void | setShdwBkgndTrans(DoubleValue value) | |
Specifies transparency level for the background (fill) of the shape's drop shadow fill pattern, from 0.0 (completely opaque) to 1.0 (completely transparent). | ||
ColorValue | getShdwForegnd() | |
void | setShdwForegnd(ColorValue value) | |
Specifies the color used for the foreground (stroke) of the shape's drop shadow fill pattern. | ||
DoubleValue | getShdwForegndTrans() | |
void | setShdwForegndTrans(DoubleValue value) | |
Specifies transparency level for the foreground (stroke) of the shape's drop shadow fill pattern, from 0.0 (completely opaque) to 1.0 (completely transparent). | ||
IntValue | getShdwPattern() | |
void | setShdwPattern(IntValue value) | |
Specifies the fill pattern for a shape's shadow. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getDel() / public void setDel(int value)
public ColorValue getFillForegnd() / public void setFillForegnd(ColorValue value)
public GradientFill getGradientFill()
public ColorValue getFillBkgnd() / public void setFillBkgnd(ColorValue value)
public IntValue getFillPattern() / public void setFillPattern(IntValue value)
public ColorValue getShdwForegnd() / public void setShdwForegnd(ColorValue value)
public ColorValue getShdwBkgnd() / public void setShdwBkgnd(ColorValue value)
public IntValue getShdwPattern() / public void setShdwPattern(IntValue value)
public DoubleValue getFillForegndTrans() / public void setFillForegndTrans(DoubleValue value)
public DoubleValue getFillBkgndTrans() / public void setFillBkgndTrans(DoubleValue value)
public DoubleValue getShdwForegndTrans() / public void setShdwForegndTrans(DoubleValue value)
public DoubleValue getShdwBkgndTrans() / public void setShdwBkgndTrans(DoubleValue value)
public ShapeShdwType getShapeShdwType() / public void setShapeShdwType(ShapeShdwType value)
public ShapeShdwShow getShapeShdwShow() / public void setShapeShdwShow(ShapeShdwShow value)
public DoubleValue getShapeShdwOffsetX() / public void setShapeShdwOffsetX(DoubleValue value)
public DoubleValue getShapeShdwOffsetY() / public void setShapeShdwOffsetY(DoubleValue value)
public DoubleValue getShapeShdwObliqueAngle() / public void setShapeShdwObliqueAngle(DoubleValue value)
public DoubleValue getShapeShdwScaleFactor() / public void setShapeShdwScaleFactor(DoubleValue value)