public abstract class SaveOptions
extends java.lang.Object
This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format.
| Modifier | Constructor and Description |
|---|---|
protected |
SaveOptions()
Initializes a new instance of the
SaveOptions class. |
| Modifier and Type | Method and Description |
|---|---|
ResourceHandlingOptions |
getResourceHandlingOptions()
Gets a
ResourceHandlingOptions object which is used for configuration of resources handling. |
protected SaveOptions()
Initializes a new instance of the SaveOptions class.
public ResourceHandlingOptions getResourceHandlingOptions()
Gets a ResourceHandlingOptions object which is used for configuration of resources handling.
ResourceHandlingOptions object.