|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
System.Objectxl.format.Pattern
Enumeration class which contains the various patterns available within the standard Excel pattern palette
Field Summary | |
static Pattern |
GRAY_25
|
static Pattern |
GRAY_50
|
static Pattern |
GRAY_75
|
static Pattern |
NONE
|
static Pattern |
PATTERN1
|
static Pattern |
PATTERN10
|
static Pattern |
PATTERN11
|
static Pattern |
PATTERN12
|
static Pattern |
PATTERN13
|
static Pattern |
PATTERN14
|
static Pattern |
PATTERN2
|
static Pattern |
PATTERN3
|
static Pattern |
PATTERN4
|
static Pattern |
PATTERN5
|
static Pattern |
PATTERN6
|
static Pattern |
PATTERN7
|
static Pattern |
PATTERN8
|
static Pattern |
PATTERN9
|
static Pattern |
SOLID
|
Method Summary | |
System.String |
getDescription()
Gets the textual description |
static Pattern |
getPattern(int val)
Gets the pattern from the value |
int |
getValue()
Gets the value of this pattern. |
Methods inherited from class System.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static readonly Pattern NONE
public static readonly Pattern SOLID
public static readonly Pattern GRAY_50
public static readonly Pattern GRAY_75
public static readonly Pattern GRAY_25
public static readonly Pattern PATTERN1
public static readonly Pattern PATTERN2
public static readonly Pattern PATTERN3
public static readonly Pattern PATTERN4
public static readonly Pattern PATTERN5
public static readonly Pattern PATTERN6
public static readonly Pattern PATTERN7
public static readonly Pattern PATTERN8
public static readonly Pattern PATTERN9
public static readonly Pattern PATTERN10
public static readonly Pattern PATTERN11
public static readonly Pattern PATTERN12
public static readonly Pattern PATTERN13
public static readonly Pattern PATTERN14
Method Detail |
public int getValue()
public System.String getDescription()
public static Pattern getPattern(int val)
val
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |