Uses of Class
com.itextpdf.svg.processors.impl.SvgConverterProperties
-
Packages that use SvgConverterProperties Package Description com.itextpdf.svg.converter com.itextpdf.svg.processors.impl -
-
Uses of SvgConverterProperties in com.itextpdf.svg.converter
Methods in com.itextpdf.svg.converter that return SvgConverterProperties Modifier and Type Method Description private static SvgConverterProperties
SvgConverter. convertToSvgConverterProps(ISvgConverterProperties props, java.lang.String baseUri)
Copies properties from custom ISvgConverterProperties into new SvgConverterProperties. -
Uses of SvgConverterProperties in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl that return SvgConverterProperties Modifier and Type Method Description SvgConverterProperties
SvgConverterProperties. setBaseUri(java.lang.String baseUri)
Sets the base URI.SvgConverterProperties
SvgConverterProperties. setCharset(java.lang.String charset)
Sets the character set.SvgConverterProperties
SvgConverterProperties. setCssStyleSheet(CssStyleSheet cssStyleSheet)
Sets the CSS style sheet.SvgConverterProperties
SvgConverterProperties. setFontProvider(FontProvider fontProvider)
Sets font provider.SvgConverterProperties
SvgConverterProperties. setMediaDeviceDescription(MediaDeviceDescription mediaDeviceDescription)
Sets the media device description.SvgConverterProperties
SvgConverterProperties. setRendererFactory(ISvgNodeRendererFactory rendererFactory)
Sets renderer factory.SvgConverterProperties
SvgConverterProperties. setResourceRetriever(IResourceRetriever resourceRetriever)
Sets the resource retriever.
-