Property Getters/Setters Summary | ||
---|---|---|
function | getDefaultFont() | |
function | setDefaultFont(value) | |
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. | ||
function | getSaveFormat() | |
function | setSaveFormat(value) | |
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. | ||
function | getWarningCallback() | |
function | setWarningCallback(value) | |
Gets or sets warning callback. |
Method Summary | ||
---|---|---|
static function | createSaveOptions(saveFormat) | |
Creates a save options object of a class suitable for the specified save format. |
Property Getters/Setters Detail |
---|
getSaveFormat/setSaveFormat : Number | |
function getSaveFormat() / function setSaveFormat(value) |
getDefaultFont/setDefaultFont : String | |
function getDefaultFont() / function setDefaultFont(value) |
getWarningCallback/setWarningCallback : IWarningCallback | |
function getWarningCallback() / function setWarningCallback(value) |
Method Detail |
---|
createSaveOptions | |
static function createSaveOptions(saveFormat) |
saveFormat: Number
- A