| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
PatternType |
IFillFormat.getPattern()
Returns the fill pattern.
|
PatternType |
ILineFormat.getPattern()
Gets the line pattern.
|
PatternType |
ILineFormat.getPattern()
Gets the line pattern.
|
PatternType |
IFillFormat.getPattern()
Returns the fill pattern.
|
static PatternType |
PatternType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternType |
PatternType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternType[] |
PatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PatternType[] |
PatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFillFormat.patterned(PatternType pattern)
Sets the specified fill to a pattern.
|
void |
ILineFormat.patterned(PatternType pattern)
Sets the specified line to a pattern color.
|
void |
ILineFormat.patterned(PatternType pattern)
Sets the specified line to a pattern color.
|
void |
IFillFormat.patterned(PatternType pattern)
Sets the specified fill to a pattern.
|