public interface ISvgConverterProperties 
      ISvgProcessor 
      | Modifier and Type | Method and Description | 
|---|---|
| String | getBaseUri()
              Gets the base URI. 
             | 
| String | getCharset()
              Get the name of the Charset to be used when decoding an InputStream. 
             | 
| FontProvider | getFontProvider()
              Gets the font provider. 
             | 
| MediaDeviceDescription | getMediaDeviceDescription()
              Gets the media device description. 
             | 
| ISvgNodeRendererFactory | getRendererFactory()
              Retrieve the factory responsible for creating  ISvgNodeRenderer | 
ISvgNodeRendererFactory getRendererFactory()
ISvgNodeRenderer 
          ISvgNodeRendererFactory implementation 
           FontProvider getFontProvider()
String getCharset()
UTF-8 will be used (by JSoup). 
            Please be aware that this method is NOT used when handling a String variable in the SvgConverter.
Charset used for decoding 
           String getBaseUri()
MediaDeviceDescription getMediaDeviceDescription()
Copyright © 1998–2019 iText Group NV. All rights reserved.