backgroundtype-ag凯发旗舰厅
com.spire.doc.documents
enum backgroundtype
java.lang.object
java.lang.enum<backgroundtype>
com.spire.doc.documents.backgroundtype
- all implemented interfaces:
- java.lang.comparable<backgroundtype>
public enum backgroundtype
- extends java.lang.enum<backgroundtype>
specifies backgroundtype
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.
getvalue
public int getvalue()