SaveFormatConverter
Inheritance: java.lang.Object
public class SaveFormatConverter
The save format converter.
Constructors
Constructor | Description |
---|---|
SaveFormatConverter() |
Methods
Method | Description |
---|---|
convert(String value) | The convert. |
deduceDocumentFileExtension(int format) | |
deduceNotebookFileExtension(int format) |
SaveFormatConverter()
public SaveFormatConverter()
convert(String value)
public static int convert(String value)
The convert.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The value. |
Returns:
int - The SaveFormat
.
deduceDocumentFileExtension(int format)
public static String deduceDocumentFileExtension(int format)
Parameters:
Parameter | Type | Description |
---|---|---|
format | int |
Returns: java.lang.String
deduceNotebookFileExtension(int format)
public static String deduceNotebookFileExtension(int format)
Parameters:
Parameter | Type | Description |
---|---|---|
format | int |
Returns: java.lang.String