SaveOptions
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.ISaveOptions
public class SaveOptions implements ISaveOptions
Provides options for the document saving.
Constructors
| Constructor | Description |
|---|---|
| SaveOptions(FileType fileType) | Initializes new instance of SaveOptions class. |
| SaveOptions() |
Methods
| Method | Description |
|---|---|
| getType() | File type. |
| setType(FileType value) | File type. |
SaveOptions(FileType fileType)
public SaveOptions(FileType fileType)
Initializes new instance of SaveOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file. |
SaveOptions()
public SaveOptions()
getType()
public final FileType getType()
File type.
Returns: FileType
setType(FileType value)
public void setType(FileType value)
File type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | FileType |