Package | Description |
---|---|
net.sf.mpxj.mpp |
Modifier and Type | Method and Description |
---|---|
FontBase |
FontStyle.getFontBase()
Retrieve the font base instance.
|
Modifier and Type | Method and Description |
---|---|
protected TableFontStyle |
GanttChartView.getColumnFontStyle(ProjectFile file,
byte[] data,
int offset,
Map<Integer,FontBase> fontBases)
Retrieve column font details from a block of property data.
|
protected TableFontStyle |
GanttChartView14.getColumnFontStyle(ProjectFile file,
byte[] data,
int offset,
Map<Integer,FontBase> fontBases) |
protected FontStyle |
GanttChartView.getFontStyle(byte[] data,
int offset,
Map<Integer,FontBase> fontBases)
Retrieve font details from a block of property data.
|
void |
GroupReader.process(ProjectFile file,
net.sf.mpxj.mpp.FixedData fixedData,
net.sf.mpxj.mpp.Var2Data varData,
Map<Integer,FontBase> fontBases)
Entry point for processing group definitions.
|
void |
GroupReader14.process(ProjectFile file,
net.sf.mpxj.mpp.FixedData fixedData,
net.sf.mpxj.mpp.Var2Data varData,
Map<Integer,FontBase> fontBases)
Entry point for processing group definitions.
|
protected abstract void |
GanttChartView.processProgressLines(Map<Integer,FontBase> fontBases,
byte[] data)
Extract progress line properties.
|
protected void |
GanttChartView12.processProgressLines(Map<Integer,FontBase> fontBases,
byte[] progressLineData) |
protected void |
GanttChartView14.processProgressLines(Map<Integer,FontBase> fontBases,
byte[] progressLineData) |
protected void |
GanttChartView9.processProgressLines(Map<Integer,FontBase> fontBases,
byte[] progressLineData) |
protected abstract void |
GanttChartView.processTableFontStyles(Map<Integer,FontBase> fontBases,
byte[] data)
Extract table font styles.
|
protected void |
GanttChartView12.processTableFontStyles(Map<Integer,FontBase> fontBases,
byte[] columnData) |
protected void |
GanttChartView14.processTableFontStyles(Map<Integer,FontBase> fontBases,
byte[] columnData) |
protected void |
GanttChartView9.processTableFontStyles(Map<Integer,FontBase> fontBases,
byte[] columnData) |
protected abstract void |
GanttChartView.processViewProperties(Map<Integer,FontBase> fontBases,
net.sf.mpxj.mpp.Props props)
Extract view properties.
|
protected void |
GanttChartView12.processViewProperties(Map<Integer,FontBase> fontBases,
net.sf.mpxj.mpp.Props props) |
protected void |
GanttChartView14.processViewProperties(Map<Integer,FontBase> fontBases,
net.sf.mpxj.mpp.Props props) |
protected void |
GanttChartView9.processViewProperties(Map<Integer,FontBase> fontBases,
net.sf.mpxj.mpp.Props props) |
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.