|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use STPathFillMode | |
---|---|
org.apache.poi.sl.draw.binding |
Uses of STPathFillMode in org.apache.poi.sl.draw.binding |
---|
Fields in org.apache.poi.sl.draw.binding declared as STPathFillMode | |
---|---|
protected STPathFillMode |
CTPath2D.fill
|
Methods in org.apache.poi.sl.draw.binding that return STPathFillMode | |
---|---|
static STPathFillMode |
STPathFillMode.fromValue(java.lang.String v)
|
STPathFillMode |
CTPath2D.getFill()
Gets the value of the fill property. |
static STPathFillMode |
STPathFillMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static STPathFillMode[] |
STPathFillMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.poi.sl.draw.binding with parameters of type STPathFillMode | |
---|---|
void |
CTPath2D.setFill(STPathFillMode value)
Sets the value of the fill property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |