public class SVGSaveOptions
Constructor Summary |
---|
SVGSaveOptions()
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. | ||
boolean | getEnlargePage() | |
void | setEnlargePage(booleanvalue) | |
Specifies whether enlarge page . | ||
boolean | getExportElementAsRectTag() | |
void | setExportElementAsRectTag(booleanvalue) | |
Defines whether need exporting rectangle elements as rect tag or not. | ||
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 | getPageIndex() | |
void | setPageIndex(intvalue) | |
Gets or sets the 0-based index of the 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 | getQuality() | |
void | setQuality(intvalue) | |
Gets or sets a value determining the quality of the generated images
to apply only when saving pages to the Jpeg format. The default value is 100
|
||
int | getSaveFormat() | |
void | setSaveFormat(intvalue) | |
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. | ||
ShapeCollection | getShapes() | |
void | setShapes(ShapeCollection value) | |
Gets or sets shapes to render. Default count is 0. | ||
boolean | getSVGFitToViewPort() | |
void | setSVGFitToViewPort(booleanvalue) | |
if this property is true, the generated svg will fit to view port. | ||
IWarningCallback | getWarningCallback() | |
void | ||
Gets or sets warning callback. |
public SVGSaveOptions() throws java.lang.Exception
public int getPageIndex() / public void setPageIndex(int value)
public boolean getExportHiddenPage() / public void setExportHiddenPage(boolean value)
public int getQuality() / public void setQuality(int value)
Jpeg
format. The default value is 100
public boolean getSVGFitToViewPort() / public void setSVGFitToViewPort(boolean value)
public boolean getExportElementAsRectTag() / public void setExportElementAsRectTag(boolean 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 getSaveFormat() / public void setSaveFormat(int value)
public java.lang.String getDefaultFont() / public void setDefaultFont(java.lang.String value)
public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value)