backgroundtype-ag凯发旗舰厅



com.spire.doc.documents
enum backgroundtype

java.lang.object
  extended by java.lang.enum<backgroundtype>
      extended by com.spire.doc.documents.backgroundtype
all implemented interfaces:
java.lang.comparable<backgroundtype>

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

specifies backgroundtype


enum constant summary
color
          color fill effect.
gradient
          gradient fill effect.
no_background
          no background fill effect.
picture
          picture fill effect.
texture
          texture fill effect.
 
method summary
 int getvalue()
           
 
enum constant detail

no_background

public static final backgroundtype no_background
no background fill effect.

gradient

public static final backgroundtype gradient
gradient fill effect.

picture

public static final backgroundtype picture
picture fill effect.

texture

public static final backgroundtype texture
texture fill effect.

color

public static final backgroundtype color
color fill effect.
method detail

getvalue

public int getvalue()


网站地图