public class ImportParameters
extends java.lang.Object
RTFImporter.getConfiguration()
Constructor and Description |
---|
ImportParameters() |
Modifier and Type | Method and Description |
---|---|
FontMapper |
getFontMapper()
Gets the font mapping.
|
java.lang.String |
getImagePath()
Gets the directory where imported images are stored.
|
java.io.File |
getImagePathFile()
Gets the directory where imported images are stored.
|
void |
setFontMapper(FontMapper fontMapper)
Sets the font-mapper.
|
void |
setImagePath(java.io.File imagePath)
Sets the directory where imported images are stored.
|
void |
setImagePath(java.lang.String imagePath)
Sets the directory where imported images are stored.
|
public FontMapper getFontMapper()
JFOConfig.getDefaultFontMapper()
public void setFontMapper(FontMapper fontMapper)
fontMapper
- New font-mapping or null to use the default
mapping as defined in JFOConfig.JFOConfig.getDefaultFontMapper()
public void setImagePath(java.lang.String imagePath)
imagePath
- Absolute path to image directory.public void setImagePath(java.io.File imagePath)
imagePath
- Absolute path to image directory.public java.lang.String getImagePath()
public java.io.File getImagePathFile()
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.