|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<shapeelementfillsource>
com.spire.presentation.shapeelementfillsource
public enum shapeelementfillsource
represents how shape element should be filled.
enum constant summary | |
---|---|
darken
use darken shape's fill. |
|
darken_less
use less darken shape's fill. |
|
lighten
use lighten shape's fill. |
|
lighten_less
use less lighten shape's fill. |
|
no_fill
don't fill primitive. |
|
own_fill
use own color. |
|
shape
use shape's fill. |
method summary | |
---|---|
java.lang.string |
getname()
|
byte |
getvalue()
|
enum constant detail |
---|
public static final shapeelementfillsource no_fill
public static final shapeelementfillsource shape
public static final shapeelementfillsource lighten
public static final shapeelementfillsource lighten_less
public static final shapeelementfillsource darken
public static final shapeelementfillsource darken_less
public static final shapeelementfillsource own_fill
method detail |
---|
public java.lang.string getname()
public byte getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |