public abstract class SaveOptions extends Object
An abstract base class which represents document saving options for a particular format.
Constructor and Description |
---|
SaveOptions() |
Modifier and Type | Method and Description |
---|---|
FontsSubsystem |
getFontsSubsystem()
Gets or sets font's settings to be used while saving
|
int |
getSaveFormat()
Gets or sets the format in which the document is saved.
|
void |
setFontsSubsystem(FontsSubsystem value)
Gets or sets font's settings to be used while saving
|
public int getSaveFormat()
Gets or sets the format in which the document is saved.
public final FontsSubsystem getFontsSubsystem()
Gets or sets font's settings to be used while saving
public final void setFontsSubsystem(FontsSubsystem value)
Gets or sets font's settings to be used while saving