Constructor and Description |
---|
ConverterSettings() |
Modifier and Type | Method and Description |
---|---|
ICache |
getCache()
The cache implementation used for storing conversion results.
|
String |
getDefaultFont()
Deprecated.
This property is not used and will be removed
|
List<String> |
getFontDirectories()
The custom font directories paths
|
List<String> |
getFontDirectoriesInternal() |
IConverterListener |
getListener()
Gets the converter listener implementation used for monitoring conversion status and progress
|
ILogger |
getLogger()
The logger implementation used for logging conversion process.
|
List<String> |
listConverterSettings() |
void |
setCache(ICache value)
The cache implementation used for storing conversion results.
|
void |
setDefaultFont(String value)
Deprecated.
This property is not used and will be removed
|
void |
setFontDirectories(List<String> value)
The custom font directories paths
|
void |
setListener(IConverterListener listener)
Sets the converter listener implementation used for monitoring conversion status and progress
|
void |
setLogger(ILogger value)
The logger implementation used for logging conversion process.
|
public final ICache getCache()
The cache implementation used for storing conversion results.
public final void setCache(ICache value)
The cache implementation used for storing conversion results.
public final ILogger getLogger()
The logger implementation used for logging conversion process.
public final void setLogger(ILogger value)
The logger implementation used for logging conversion process.
public IConverterListener getListener()
public void setListener(IConverterListener listener)
listener
- The converter listenerpublic final void setFontDirectories(List<String> value)
The custom font directories paths
@Deprecated public final String getDefaultFont()
Font name which to be used as default if not specified in convert options
@Deprecated public final void setDefaultFont(String value)
Font name which to be used as default if not specified in convert options
Copyright © 2020. All rights reserved.