java.lang.Object
com.aspose.diagram.SaveOptions
public abstract class SaveOptions
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getDefaultFont() | |
void | setDefaultFont(java.lang.String) | |
| When characters in the diagram are unicode and not be set with correct font value or the font is not installed locally, they may appear as block in pdf, image or XPS. Set the DefaultFont such as MingLiu or MS Gothic to show these characters. | ||
int | getSaveFormat() | |
void | setSaveFormat(int) | |
| Specifies the format in which the document will be saved if this save options object is used. The value of the property is SaveFileFormat integer constant. | ||
IWarningCallback | getWarningCallback() | |
void | setWarningCallback(IWarningCallback) | |
| Gets or sets warning callback. | ||
| Method Summary | ||
|---|---|---|
static SaveOptions | createSaveOptions(int saveFormat) | |
| Creates a save options object of a class suitable for the specified save format. | ||
| Property Getters/Setters Detail |
|---|
getSaveFormat/setSaveFormat | |
public int getSaveFormat() / public void setSaveFormat(int value) | |
getDefaultFont/setDefaultFont | |
public java.lang.String getDefaultFont() / public void setDefaultFont(java.lang.String value) | |
getWarningCallback/setWarningCallback | |
public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value) | |
| Method Detail |
|---|
createSaveOptions | |
public static SaveOptions createSaveOptions(int saveFormat) throws java.lang.Exception | |
saveFormat - A