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 |
---|---|
IFontsSubsystem |
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(IFontsSubsystem 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 IFontsSubsystem getFontsSubsystem()
Gets or sets font's settings to be used while saving
public final void setFontsSubsystem(IFontsSubsystem value)
Gets or sets font's settings to be used while saving
Copyright (c) 2002-2018 Aspose. All Rights Reserved.