|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpp.FontStyle
net.sf.mpxj.mpp.TableFontStyle
public class TableFontStyle
This class builds on the font style described by a FontStyle instance to apply a style to a column, row, or individual cell of a table.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
boolean |
getBackgroundColorChanged()
Retrieve the background color changed flag. |
boolean |
getBackgroundPatternChanged()
Retrieve the background pattern changed flag. |
boolean |
getBoldChanged()
Retrieve the bold changed flag. |
boolean |
getColorChanged()
Retrieve the color changed flag. |
FieldType |
getFieldType()
Retrieve the field type of the column to which this style applies. |
boolean |
getFontChanged()
Retrieve the font changed flag. |
boolean |
getItalicChanged()
Retrieve the italic change flag. |
int |
getRowUniqueID()
Retrieves the unique ID of the entity shown on the row affected by this style. |
boolean |
getStrikethroughChanged()
Retrieve the strikethrough changed flag. |
boolean |
getUnderlineChanged()
Retrieve the underline changed flag. |
String |
toString()
|
| Methods inherited from class net.sf.mpxj.mpp.FontStyle |
|---|
getBackgroundColor, getBackgroundPattern, getBold, getColor, getFontBase, getItalic, getStrikethrough, getUnderline |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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)
rowUniqueID - unique ID of the entity shown on the rowfieldType - field type of the table columnfontBase - font baseitalic - italic flagbold - bold flagunderline - underline flagstrikethrough - strikethrough flagcolor - colorbackgroundColor - background colorbackgroundPattern - background patternitalicChanged - italic changed flagboldChanged - bold changed flagunderlineChanged - underline changed flagstrikethroughChanged - strikethrough changed flagcolorChanged - color changed flagfontChanged - font changed flagbackgroundColorChanged - background color changedbackgroundPatternChanged - background pattern changed| Method Detail |
|---|
public int getRowUniqueID()
public FieldType getFieldType()
public boolean getBoldChanged()
public boolean getColorChanged()
public boolean getItalicChanged()
public boolean getUnderlineChanged()
public boolean getStrikethroughChanged()
public boolean getFontChanged()
public boolean getBackgroundColorChanged()
public boolean getBackgroundPatternChanged()
public String toString()
toString in class FontStyle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||