SaveOptions
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| SaveOptions(FileType fileType) | Initializes new instance of SaveOptions class. |
| Method | Description |
|---|---|
| getType() | File type. |
public SaveOptions(FileType fileType)
Initializes new instance of SaveOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file. |
public final FileType getType()
File type.
Returns: FileType
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.