| Package | Description |
|---|---|
| io.starter.formats.XLS |
| Modifier and Type | Method and Description |
|---|---|
static Continue |
ContinueHandler.addContinue(BiffRec rec,
byte[] data,
int streampos,
Book book)
Create and initialize a new Continue record
|
static Continue |
ContinueHandler.createContinue(byte[] data,
Book book)
Create and initialize a new Continue record
|
static Continue |
Continue.getBasicFormattingRunContinues()
create and return the absolute minimum Continue record defining a formatting run
|
static Continue |
Continue.getTextContinues(String txt)
creates and returns a basic Continues record which defines a text string
|
| Modifier and Type | Method and Description |
|---|---|
void |
BiffRec.addContinue(Continue c)
adds a CONTINUE record to the array of CONTINUE records for this record,
containing all data beyond the 8224 byte record size limit.
|
void |
XLSRecord.addContinue(Continue c)
adds a CONTINUE record to the array of CONTINUE records
for this record, containing all data
beyond the 8224 byte record size limit.
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.