shapeelementfillsource-ag凯发旗舰厅



com.spire.presentation
enum shapeelementfillsource

java.lang.object
  extended by java.lang.enum<shapeelementfillsource>
      extended by com.spire.presentation.shapeelementfillsource
all implemented interfaces:
java.lang.comparable<shapeelementfillsource>

public enum shapeelementfillsource
extends java.lang.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

no_fill

public static final shapeelementfillsource no_fill
don't fill primitive.

shape

public static final shapeelementfillsource shape
use shape's fill.

lighten

public static final shapeelementfillsource lighten
use lighten shape's fill.

lighten_less

public static final shapeelementfillsource lighten_less
use less lighten shape's fill.

darken

public static final shapeelementfillsource darken
use darken shape's fill.

darken_less

public static final shapeelementfillsource darken_less
use less darken shape's fill.

own_fill

public static final shapeelementfillsource own_fill
use own color.
method detail

getname

public java.lang.string getname()

getvalue

public byte getvalue()


网站地图