public class SvgImageOptions extends ImageOrPrintOptions
| Constructor and Description |
|---|
SvgImageOptions()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCssPrefix()
Gets the prefix of the css name in svg,the default value is empty string.
|
int |
getEmbeddedFontType()
Gets the type of font that embedded in Svg.
|
boolean |
getFitToViewPort()
if this property is true, the generated svg will fit to view port.
|
int |
getImageType()
Gets the format of the generated images.
|
void |
setCssPrefix(java.lang.String value)
Sets the prefix of the css name in svg,the default value is empty string.
|
void |
setEmbeddedFontType(int value)
Sets the type of font that embedded in Svg.
|
void |
setFitToViewPort(boolean value)
if this property is true, the generated svg will fit to view port.
|
void |
setImageType(int value)
Sets the format of the generated images.
|
getAllColumnsInOnePagePerSheet, getChartImageType, getCheckWorkbookDefaultFont, getCustomRenderSettings, getDefaultEditLanguage, getDefaultFont, getDrawObjectEventHandler, getEmbededImageNameInSvg, getEmfRenderSetting, getGridlineColor, getGridlineType, getHorizontalResolution, getOnePagePerSheet, getOnlyArea, getOutputBlankPageWhenNothingToPrint, getPageCount, getPageIndex, getPageSavingCallback, getPrintingPage, getPrintWithStatusDialog, getQuality, getSaveFormat, getSheetSet, getSvgCssPrefix, getSVGFitToViewPort, getTextCrossType, getTiffColorDepth, getTiffCompression, getTiffPhotometricInterpretation, getTransparent, getVerticalResolution, getWarningCallback, isCellAutoFit, isFontSubstitutionCharGranularity, isOptimized, setAllColumnsInOnePagePerSheet, setCellAutoFit, setChartImageType, setCheckWorkbookDefaultFont, setCustomRenderSettings, setDefaultEditLanguage, setDefaultFont, setDesiredSize, setDesiredSize, setDrawObjectEventHandler, setEmbededImageNameInSvg, setEmfRenderSetting, setFontSubstitutionCharGranularity, setGridlineColor, setGridlineType, setHorizontalResolution, setOnePagePerSheet, setOnlyArea, setOptimized, setOutputBlankPageWhenNothingToPrint, setPageCount, setPageIndex, setPageSavingCallback, setPrintingPage, setPrintWithStatusDialog, setQuality, setRenderingHint, setSaveFormat, setSheetSet, setSvgCssPrefix, setSVGFitToViewPort, setTextCrossType, setTiffColorDepth, setTiffCompression, setTiffPhotometricInterpretation, setTransparent, setVerticalResolution, setWarningCallbackpublic int getImageType()
See ImageType.
getImageType in class ImageOrPrintOptionspublic void setImageType(int value)
See ImageType.
setImageType in class ImageOrPrintOptionspublic boolean getFitToViewPort()
public void setFitToViewPort(boolean value)
public java.lang.String getCssPrefix()
public void setCssPrefix(java.lang.String value)
public int getEmbeddedFontType()
See SvgEmbeddedFontType.
Remarks
Default value isSvgEmbeddedFontType.NONE which indicates that it will not embed font in Svg.public void setEmbeddedFontType(int value)
See SvgEmbeddedFontType.
Remarks
Default value isSvgEmbeddedFontType.NONE which indicates that it will not embed font in Svg.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.