public class WordsSaveOptions extends SaveOptions
Save options for Words Documents
Constructor and Description |
---|
WordsSaveOptions()
Initializes a new instance of WordsSaveOptions class with default values.
|
WordsSaveOptions(int outputType)
Initializes a new instance of WordsSaveOptions class with specified output type.
|
WordsSaveOptions(int outputType,
boolean overwriteExistingFile)
Initializes a new instance of WordsSaveOptions class with specified output type and overwrite flag.
|
Modifier and Type | Method and Description |
---|---|
static int |
getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted) |
static String |
getFileExtension(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted) |
int |
getFileFormat()
Gets or sets file format of signed document.
|
void |
setFileFormat(int value)
Gets or sets file format of signed document.
|
String |
toString()
Override string conversion
|
getConsumption, getOutputFileName, getOutputType, getOverwriteExistingFiles, getPassword, getUploadMeteredSize, getUseOriginalPassword, onSaveDocument, onSaveDocument, setOutputFileName, setOutputType, setOverwriteExistingFiles, setPassword, setUploadMeteredSize, setUseOriginalPassword
public WordsSaveOptions()
Initializes a new instance of WordsSaveOptions class with default values.
public WordsSaveOptions(int outputType)
Initializes a new instance of WordsSaveOptions class with specified output type.
outputType
- Output type.public WordsSaveOptions(int outputType, boolean overwriteExistingFile)
Initializes a new instance of WordsSaveOptions class with specified output type and overwrite flag.
outputType
- Output type.overwriteExistingFile
- Flag whether to overwrite signed file with same file.public int getFileFormat()
Gets or sets file format of signed document.
public void setFileFormat(int value)
Gets or sets file format of signed document.
public static int getAsposeSaveFormat(LoadOptions loadOptions, SaveOptions saveOptions, boolean encrypted)
public static String getFileExtension(LoadOptions loadOptions, SaveOptions saveOptions, boolean encrypted)
Copyright © 2017. All rights reserved.