xlsxchartmaterialtype-ag凯发旗舰厅



com.spire.xls
enum xlsxchartmaterialtype

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

public enum xlsxchartmaterialtype
extends java.lang.enum<xlsxchartmaterialtype>

indicates the material property values fro the chart


enum constant summary
clear
          represents clear material
darkedge
          represents dark edge material
flat
          represents flat material
matte
          represents matte material
metal
          represents metal material
none
          represents no material effect
plastic
          represents plastic material
powder
          represents powder material
softedge
          represents soft edge material
translucentpowder
          represents translucent powder material
warmmatte
          represents warmmatte material
wireframe
          represents wire frame material
 
enum constant detail

none

public static final xlsxchartmaterialtype none
represents no material effect

matte

public static final xlsxchartmaterialtype matte
represents matte material

warmmatte

public static final xlsxchartmaterialtype warmmatte
represents warmmatte material

plastic

public static final xlsxchartmaterialtype plastic
represents plastic material

metal

public static final xlsxchartmaterialtype metal
represents metal material

darkedge

public static final xlsxchartmaterialtype darkedge
represents dark edge material

softedge

public static final xlsxchartmaterialtype softedge
represents soft edge material

flat

public static final xlsxchartmaterialtype flat
represents flat material

wireframe

public static final xlsxchartmaterialtype wireframe
represents wire frame material

powder

public static final xlsxchartmaterialtype powder
represents powder material

translucentpowder

public static final xlsxchartmaterialtype translucentpowder
represents translucent powder material

clear

public static final xlsxchartmaterialtype clear
represents clear material


网站地图