Package | Description |
---|---|
loci.poi.hssf.record.aggregates |
record aggregates are not real "records" but collections of records that act as a single record.
|
Modifier and Type | Method and Description |
---|---|
ColumnInfoRecord |
ColumnInfoRecordsAggregate.getColInfo(int idx) |
ColumnInfoRecord |
ColumnInfoRecordsAggregate.writeHidden(ColumnInfoRecord columnInfo,
int idx,
boolean hidden) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnInfoRecordsAggregate.insertColumn(ColumnInfoRecord col)
Inserts a column into the aggregate (at the end of the list).
|
void |
ColumnInfoRecordsAggregate.insertColumn(int idx,
ColumnInfoRecord col)
Inserts a column into the aggregate (at the position specified
by
idx . |
private void |
ColumnInfoRecordsAggregate.setColumnInfoFields(ColumnInfoRecord ci,
Short xfStyle,
Short width,
Integer level,
Boolean hidden,
Boolean collapsed)
Sets all non null fields into the
ci parameter. |
ColumnInfoRecord |
ColumnInfoRecordsAggregate.writeHidden(ColumnInfoRecord columnInfo,
int idx,
boolean hidden) |
Copyright © 2016 Open Microscopy Environment