Package | Description |
---|---|
MST.Imaging.Document | |
MST.Imaging.FileFormats | |
MST.Imaging.Image |
Modifier and Type | Method and Description |
---|---|
boolean |
MSTPdf.Export(java.io.FileOutputStream fos,
OutputType outputtype) |
boolean |
MSTDocument.Export(java.io.FileOutputStream fos,
OutputType outputtype) |
boolean |
MSTDocument.Export(java.io.FileOutputStream fos,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |
boolean |
MSTDocument.Export(java.lang.String DestFileName,
OutputType outputtype) |
boolean |
MSTPdf.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |
boolean |
MSTDocument.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |
Modifier and Type | Method and Description |
---|---|
static OutputType |
OutputType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputType[] |
OutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IMSTFileFormat.Export(java.io.FileOutputStream fos,
OutputType outputtype)
Exports the file in specified output type.
|
boolean |
IMSTFileFormat.Export(java.io.FileOutputStream fos,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options)
Exports the file in specified output type.
|
boolean |
IMSTFileFormat.Export(java.lang.String DestFileName,
OutputType outputtype)
Exports the file in specified output type .
|
boolean |
IMSTFileFormat.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options)
Exports the file in specified output type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MSTImage.Export(java.io.FileOutputStream fos,
OutputType outputtype) |
boolean |
MSTImage.Export(java.io.FileOutputStream fos,
OutputType outputtype,
java.lang.String annotations,
SAVEOPTION options) |
boolean |
MSTImage.Export(java.lang.String DestFileName,
OutputType outputtype) |
boolean |
MSTImage.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |