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 SvgConverterPropertiesSvgConverter. 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 SvgConverterPropertiesSvgConverterProperties. setBaseUri(java.lang.String baseUri)Sets the base URI.SvgConverterPropertiesSvgConverterProperties. setCharset(java.lang.String charset)Sets the character set.SvgConverterPropertiesSvgConverterProperties. setCssStyleSheet(CssStyleSheet cssStyleSheet)Sets the CSS style sheet.SvgConverterPropertiesSvgConverterProperties. setFontProvider(FontProvider fontProvider)Sets font provider.SvgConverterPropertiesSvgConverterProperties. setMediaDeviceDescription(MediaDeviceDescription mediaDeviceDescription)Sets the media device description.SvgConverterPropertiesSvgConverterProperties. setRendererFactory(ISvgNodeRendererFactory rendererFactory)Sets renderer factory.SvgConverterPropertiesSvgConverterProperties. setResourceRetriever(IResourceRetriever resourceRetriever)Sets the resource retriever.
-