public class XAMLSaveOptions
Constructor Summary |
---|
XAMLSaveOptions()
Initializes a new instance of this class that can be used to save a document in the |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getDefaultFont() | |
void | setDefaultFont(java.lang.Stringvalue) | |
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 | getPageCount() | |
void | setPageCount(intvalue) | |
Gets or sets the number of pages to render in XAML. Default is MaxValue which means all pages of the diagram will be rendered. | ||
int | getPageIndex() | |
void | setPageIndex(intvalue) | |
Gets or sets the 0-based index of the first page to render. Default is 0. | ||
boolean | getSaveForegroundPagesOnly() | |
void | setSaveForegroundPagesOnly(booleanvalue) | |
Specifies whether all pages will be saved in image or only foreground. | ||
int | getSaveFormat() | |
void | setSaveFormat(intvalue) | |
Specifies the format in which the rendered diagram pages will be saved if this save options object is used.
Can be |
||
IWarningCallback | getWarningCallback() | |
void | ||
Gets or sets warning callback. |
public XAMLSaveOptions() throws java.lang.Exception
public int getPageCount() / public void setPageCount(int value)
public int getPageIndex() / public void setPageIndex(int value)
public int getSaveFormat() / public void setSaveFormat(int value)
public boolean getSaveForegroundPagesOnly() / public void setSaveForegroundPagesOnly(boolean value)
public java.lang.String getDefaultFont() / public void setDefaultFont(java.lang.String value)
public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value)