Package | Description |
---|---|
psdi.app.bim.parser.cobie |
Modifier and Type | Field and Description |
---|---|
static Exporter.ExportFormat |
Exporter.ExportFormat.CSV |
static Exporter.ExportFormat |
Exporter.ExportFormat.XLS |
static Exporter.ExportFormat |
Exporter.ExportFormat.XLSX |
Modifier and Type | Method and Description |
---|---|
static Exporter.ExportFormat |
Exporter.ExportFormat.valueOf(java.lang.String name) |
static Exporter.ExportFormat[] |
Exporter.ExportFormat.values() |
Modifier and Type | Method and Description |
---|---|
void |
Parser.export(java.lang.String fileName,
java.lang.String[] pageList,
java.io.InputStream template,
ExportProgressTracker tracker,
Exporter.ExportFormat fileFormat)
Parsers should implement this method to support export functionality
|
void |
BIMProjectParser.export(java.lang.String fileName,
java.lang.String[] pageList,
java.io.InputStream templateStream,
ExportProgressTracker tracker,
Exporter.ExportFormat fileFormat) |
Constructor and Description |
---|
XLSExport(MessageLogger logger,
java.io.InputStream templateStream,
Exporter.ExportFormat fileFormat) |