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)
SvgConverterProperties
SvgConverterProperties. setFontProvider(FontProvider fontProvider)
SvgConverterProperties
SvgConverterProperties. setMediaDeviceDescription(MediaDeviceDescription mediaDeviceDescription)
Sets the media device description.SvgConverterProperties
SvgConverterProperties. setRendererFactory(ISvgNodeRendererFactory rendererFactory)
SvgConverterProperties
SvgConverterProperties. setResourceRetriever(IResourceRetriever resourceRetriever)
Sets the resource retriever.
-