public class SaveOptions extends Object implements ISaveOptions
Provides options for the document saving.
Constructor and Description |
---|
SaveOptions(FileType fileType)
Initializes new instance of
SaveOptions class. |
public SaveOptions(FileType fileType)
Initializes new instance of SaveOptions
class.
fileType
- The type of the file.public final FileType getType()
File type.
getType
in interface ISaveOptions