|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordAggregate.RecordVisitor | |
|---|---|
| org.apache.poi.hssf.model | Provides low level API structures for reading, writing, modifying XLS files. |
| org.apache.poi.hssf.record.aggregates | record aggregates are not real "records" but collections of records that act as a single record. |
| Uses of RecordAggregate.RecordVisitor in org.apache.poi.hssf.model |
|---|
| Methods in org.apache.poi.hssf.model with parameters of type RecordAggregate.RecordVisitor | |
|---|---|
void |
InternalSheet.visitContainedRecords(RecordAggregate.RecordVisitor rv,
int offset)
|
| Uses of RecordAggregate.RecordVisitor in org.apache.poi.hssf.record.aggregates |
|---|
| Classes in org.apache.poi.hssf.record.aggregates that implement RecordAggregate.RecordVisitor | |
|---|---|
static class |
RecordAggregate.PositionTrackingVisitor
A wrapper for RecordAggregate.RecordVisitor which accumulates the sizes of all
records visited. |
| Constructors in org.apache.poi.hssf.record.aggregates with parameters of type RecordAggregate.RecordVisitor | |
|---|---|
RecordAggregate.PositionTrackingVisitor(RecordAggregate.RecordVisitor rv,
int initialPosition)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||