| Package | Description |
|---|---|
| MST.Imaging.Document | |
| MST.Imaging.FileFormats | |
| MST.Imaging.Image |
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
MSTPdf.Detect() |
FileFormat |
MSTDocument.Detect() |
| Modifier and Type | Method and Description |
|---|---|
void |
MSTPdf.gateWay(java.util.List objList,
java.io.OutputStream destFileName,
FileFormat fileFormat) |
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
IMSTFileFormat.Detect()
Gives the file format for the corresponding IMSTFileFormat object.
|
static FileFormat |
FileFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FileFormat[] |
FileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MSTFileFormat.Merge(java.util.HashMap<java.lang.Integer,IMSTFileFormat> objImage,
java.lang.String DestFileName,
FileFormat fileFormat)
Merge MSTDocument/MSTImage/MSTPdf Object in the List to the specified Image File Format
|
boolean |
MSTFileFormat.Merge(java.util.List<IMSTFileFormat> objectFiles,
java.io.OutputStream oStream,
FileFormat fileFormat)
Merge MSTDocument/MSTImage Object in the List to the specified Image File Format
|
boolean |
MSTFileFormat.Merge(java.util.List<IMSTFileFormat> objectFiles,
java.lang.String DestFileName,
FileFormat fileFormat)
Merge MSTDocument/MSTImage Object in the List to the specified Image File Format
|
boolean |
MSTFileFormat.Merge(java.util.Map<java.lang.Integer,IMSTFileFormat> objImage,
java.io.OutputStream oStream,
FileFormat fileFormat)
Merge MSTDocument/MSTImage/MSTPdf Object in the List to the specified Image File Format
|
| Modifier and Type | Method and Description |
|---|---|
FileFormat |
MSTImage.Detect() |
| Modifier and Type | Method and Description |
|---|---|
void |
MSTImage.gateWay(java.util.List objList,
java.io.OutputStream destFileName,
FileFormat fileFormat) |