SaveFormatConverter

Inheritance: java.lang.Object

public class SaveFormatConverter

The save format converter.

Constructors

ConstructorDescription
SaveFormatConverter()

Methods

MethodDescription
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:

ParameterTypeDescription
valuejava.lang.StringThe value.

Returns: int - The SaveFormat.

deduceDocumentFileExtension(int format)

public static String deduceDocumentFileExtension(int format)

Parameters:

ParameterTypeDescription
formatint

Returns: java.lang.String

deduceNotebookFileExtension(int format)

public static String deduceNotebookFileExtension(int format)

Parameters:

ParameterTypeDescription
formatint

Returns: java.lang.String