public class SvgConverterProperties extends Object implements ISvgConverterProperties
ISvgConverterProperties for
DefaultSvgProcessor.| Constructor and Description |
|---|
SvgConverterProperties()
Creates a new
SvgConverterProperties instance. |
public SvgConverterProperties()
SvgConverterProperties instance.
Instantiates its members, IResourceRetriever and ISvgNodeRendererFactory, to its default implementations.public SvgConverterProperties setRendererFactory(ISvgNodeRendererFactory rendererFactory)
public SvgConverterProperties setFontProvider(FontProvider fontProvider)
public ISvgNodeRendererFactory getRendererFactory()
ISvgConverterPropertiesISvgNodeRenderergetRendererFactory in interface ISvgConverterPropertiesISvgNodeRendererFactory implementationpublic String getCharset()
ISvgConverterPropertiesUTF-8 will
be used (by JSoup).
Please be aware that this method is NOT used when handling a
String variable in the SvgConverter.
getCharset in interface ISvgConverterPropertiesCharset used for decodingpublic SvgConverterProperties setCharset(String charset)
public String getBaseUri()
getBaseUri in interface ISvgConverterPropertiespublic FontProvider getFontProvider()
getFontProvider in interface ISvgConverterPropertiespublic MediaDeviceDescription getMediaDeviceDescription()
getMediaDeviceDescription in interface ISvgConverterPropertiespublic SvgConverterProperties setMediaDeviceDescription(MediaDeviceDescription mediaDeviceDescription)
mediaDeviceDescription - the media device descriptionpublic SvgConverterProperties setBaseUri(String baseUri)
baseUri - the base URIpublic IResourceRetriever getResourceRetriever()
public SvgConverterProperties setResourceRetriever(IResourceRetriever resourceRetriever)
resourceRetriever - the resource retrieverSvgConverterProperties instanceCopyright © 1998–2020 iText Group NV. All rights reserved.