Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mpp |
Modifier and Type | Method and Description |
---|---|
BackgroundPattern |
GroupClause.getPattern()
Retrieves the pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
GroupClause.setPattern(BackgroundPattern pattern)
Sets the pattern.
|
Modifier and Type | Method and Description |
---|---|
BackgroundPattern |
FontStyle.getBackgroundPattern()
Retrieve the background pattern.
|
static BackgroundPattern |
BackgroundPattern.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static BackgroundPattern |
BackgroundPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundPattern[] |
BackgroundPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FontStyle(FontBase fontBase,
boolean italic,
boolean bold,
boolean underline,
boolean strikethrough,
Color color,
Color backgroundColor,
BackgroundPattern backgroundPattern)
Constructor.
|
TableFontStyle(int rowUniqueID,
FieldType fieldType,
FontBase fontBase,
boolean italic,
boolean bold,
boolean underline,
boolean strikethrough,
Color color,
Color backgroundColor,
BackgroundPattern backgroundPattern,
boolean italicChanged,
boolean boldChanged,
boolean underlineChanged,
boolean strikethroughChanged,
boolean colorChanged,
boolean fontChanged,
boolean backgroundColorChanged,
boolean backgroundPatternChanged)
Constructor.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.