public class SaveOptions extends Object implements ISaveOptions
Provides options for the document saving.
| Constructor and Description |
|---|
SaveOptions() |
SaveOptions(FileType fileType)
Initializes new instance of
SaveOptions class. |
| Modifier and Type | Method and Description |
|---|---|
FileType |
getType()
File type.
|
void |
setType(FileType value)
File type.
|
public SaveOptions()
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 ISaveOptionspublic void setType(FileType value)
File type.
Copyright © 2025. All rights reserved.