Package | Description |
---|---|
org.mpxj.opc |
Modifier and Type | Method and Description |
---|---|
static OpcExportType |
OpcExportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpcExportType[] |
OpcExportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OpcReader.exportProject(OpcProject project,
File file,
OpcExportType type,
boolean compressed)
Export a project to a file identified by a File instance.
|
void |
OpcReader.exportProject(OpcProject project,
List<OpcProjectBaseline> baselines,
File file,
OpcExportType type,
boolean compressed)
Export a project with baselines to a file identified by a File instance.
|
void |
OpcReader.exportProject(OpcProject project,
List<OpcProjectBaseline> baselines,
OutputStream stream,
OpcExportType type,
boolean compressed)
Export a project with baselines to an output stream.
|
void |
OpcReader.exportProject(OpcProject project,
List<OpcProjectBaseline> baselines,
String filename,
OpcExportType type,
boolean compressed)
Export a project with baselines to a named file.
|
void |
OpcReader.exportProject(OpcProject project,
OutputStream stream,
OpcExportType type,
boolean compressed)
Export a project to an output stream.
|
void |
OpcReader.exportProject(OpcProject project,
String filename,
OpcExportType type,
boolean compressed)
Export a project to a named file.
|
Copyright © 2000–2025 MPXJ. All rights reserved.