Package | Description |
---|---|
psdi.app.bim.parser.cobie |
Modifier and Type | Method and Description |
---|---|
static Exporter.ExportFormat |
Exporter.ExportFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Exporter.ExportFormat[] |
Exporter.ExportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |