java.lang.ObjectSaveOptions
com.aspose.diagram.RenderingSaveOptions
public abstract class RenderingSaveOptions
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getDefaultFont() | → inherited from SaveOptions
|
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 | getEmfRenderSetting() | |
void | setEmfRenderSetting(int) | |
| Setting for rendering Emf metafile. The value of the property is EmfRenderSetting integer constant. | ||
boolean | getEnlargePage() | |
void | setEnlargePage(boolean) | |
| Specifies whether enlarge page . | ||
boolean | getExportGuideShapes() | |
void | setExportGuideShapes(boolean) | |
| Defines whether need exporting the guide shapes or not. | ||
boolean | isExportComments() | |
void | setExportComments(boolean) | |
| Defines whether need exporting the comments or not. | ||
PageSize | getPageSize() | |
void | setPageSize(PageSize) | |
|
Gets or sets the page size for the generated images.
Can be |
||
int | getSaveFormat() | → inherited from SaveOptions
|
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. | ||
ShapeCollection | getShapes() | |
void | setShapes(ShapeCollection) | |
| Gets or sets shapes to render. Default count is 0. | ||
IWarningCallback | getWarningCallback() | → inherited from SaveOptions
|
void | setWarningCallback(IWarningCallback) | |
| Gets or sets warning callback. | ||
| Property Getters/Setters Detail |
|---|
getPageSize/setPageSize | |
public PageSize getPageSize() / public void setPageSize(PageSize value) | |
getShapes/setShapes | |
public ShapeCollection getShapes() / public void setShapes(ShapeCollection value) | |
getExportGuideShapes/setExportGuideShapes | |
public boolean getExportGuideShapes() / public void setExportGuideShapes(boolean value) | |
isExportComments/setExportComments | |
public boolean isExportComments() / public void setExportComments(boolean value) | |
getEnlargePage/setEnlargePage | |
public boolean getEnlargePage() / public void setEnlargePage(boolean value) | |
getEmfRenderSetting/setEmfRenderSetting | |
public int getEmfRenderSetting() / public void setEmfRenderSetting(int value) | |
getSaveFormat/setSaveFormat | → inherited from SaveOptions
|
public int getSaveFormat() / public void setSaveFormat(int value) | |
getDefaultFont/setDefaultFont | → inherited from SaveOptions
|
public java.lang.String getDefaultFont() / public void setDefaultFont(java.lang.String value) | |
getWarningCallback/setWarningCallback | → inherited from SaveOptions
|
public IWarningCallback getWarningCallback() / public void setWarningCallback(IWarningCallback value) | |