public class HTMLSaveOptions
Constructor Summary |
---|
HTMLSaveOptions()
Initializes a new instance of this class that can be used to save a document in the |
Property Getters/Setters Summary | ||
---|---|---|
java.awt.geom.Rectangle2D.Float | getArea() | |
Gets or sets the area of the shapes will be saved .
|
||
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 | getEmfRenderSetting() | |
void | setEmfRenderSetting(intvalue) | |
Setting for rendering Emf metafile. The value of the property is EmfRenderSetting integer constant. | ||
boolean | getEnlargePage() | |
void | setEnlargePage(booleanvalue) | |
Specifies whether enlarge page . | ||
boolean | getExportGuideShapes() | |
void | setExportGuideShapes(booleanvalue) | |
Defines whether need exporting the guide shapes or not. | ||
boolean | getExportHiddenPage() | |
void | setExportHiddenPage(booleanvalue) | |
Defines whether need exporting the hidden page or not. | ||
boolean | isExportComments() | |
void | setExportComments(booleanvalue) | |
Defines whether need exporting the comments or not. | ||
int | getPageCount() | |
void | setPageCount(intvalue) | |
Gets or sets the number of pages to render in HTML. 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. | ||
PageSize | getPageSize() | |
void | setPageSize(PageSize value) | |
Gets or sets the page size for the generated images.
Can be |
||
int | getResolution() | |
void | setResolution(intvalue) | |
Gets or sets the resolution for the generated html, in dots per inch. | ||
boolean | getSaveAsSingleFile() | |
void | setSaveAsSingleFile(booleanvalue) | |
Indicates whether save the html as single file. The default value is false. | ||
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 |
||
boolean | getSaveTitle() | |
void | setSaveTitle(booleanvalue) | |
Defines whether need exporting the title or not. | ||
boolean | getSaveToolBar() | |
void | setSaveToolBar(booleanvalue) | |
Specifies whether saving toolbar The default value is true. | ||
ShapeCollection | getShapes() | |
void | setShapes(ShapeCollection value) | |
Gets or sets shapes to render. Default count is 0. | ||
IStreamProvider | getStreamProvider() | |
void | setStreamProvider(IStreamProvider value) | |
Gets or sets the IStreamProvider for exporting objects. | ||
java.lang.String | getTitle() | |
void | setTitle(java.lang.Stringvalue) | |
Gets or sets the title of diagram to render in HTML.
If Title is null Diagram.DocumentProperties.Title |
||
IWarningCallback | getWarningCallback() | |
void | ||
Gets or sets warning callback. |
public HTMLSaveOptions() throws java.lang.Exception
public java.lang.String getTitle() / public void setTitle(java.lang.String value)
public int getPageCount() / public void setPageCount(int value)
public boolean getSaveToolBar() / public void setSaveToolBar(boolean value)
public int getPageIndex() / public void setPageIndex(int value)
public int getSaveFormat() / public void setSaveFormat(int value)
public boolean getExportHiddenPage() / public void setExportHiddenPage(boolean value)
public boolean getSaveTitle() / public void setSaveTitle(boolean value)
public boolean getSaveForegroundPagesOnly() / public void setSaveForegroundPagesOnly(boolean value)
public IStreamProvider getStreamProvider() / public void setStreamProvider(IStreamProvider value)
public boolean getSaveAsSingleFile() / public void setSaveAsSingleFile(boolean value)
public int getResolution() / public void setResolution(int value)
public PageSize getPageSize() / public void setPageSize(PageSize value)
public ShapeCollection getShapes() / public void setShapes(ShapeCollection value)
public java.awt.geom.Rectangle2D.Float getArea()
public boolean getExportGuideShapes() / public void setExportGuideShapes(boolean value)
public boolean isExportComments() / public void setExportComments(boolean value)
public boolean getEnlargePage() / public void setEnlargePage(boolean value)
public int getEmfRenderSetting() / public void setEmfRenderSetting(int value)
public java.lang.String getDefaultFont() / public void setDefaultFont(java.lang.String value)
public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value)