public class ConverterProperties extends Object
| Constructor and Description |
|---|
ConverterProperties()
Instantiates a new ConverterProperties instance.
|
ConverterProperties(ConverterProperties other)
Instantiates a new ConverterProperties instance based on another ConverterProperties instance (copy constructor).
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUri()
Gets the base URI.
|
ICssApplierFactory |
getCssApplierFactory()
Gets the CSS applier factory.
|
com.itextpdf.layout.font.FontProvider |
getFontProvider()
Gets the font provider.
|
MediaDeviceDescription |
getMediaDeviceDescription()
Gets the media device description.
|
OutlineHandler |
getOutlineHandler()
Gets the outline handler.
|
ITagWorkerFactory |
getTagWorkerFactory()
Gets the TagWorkerFactory instance.
|
boolean |
isCreateAcroForm()
Checks if is an AcroForm needs to be created.
|
ConverterProperties |
setBaseUri(String baseUri)
Sets the base URI.
|
ConverterProperties |
setCreateAcroForm(boolean createAcroForm)
Sets the createAcroForm value.
|
ConverterProperties |
setCssApplierFactory(ICssApplierFactory cssApplierFactory)
Sets the CSS applier factory.
|
ConverterProperties |
setFontProvider(com.itextpdf.layout.font.FontProvider fontProvider)
Sets the font provider.
|
ConverterProperties |
setMediaDeviceDescription(MediaDeviceDescription mediaDeviceDescription)
Sets the media device description.
|
ConverterProperties |
setOutlineHandler(OutlineHandler outlineHandler)
Sets the outline handler.
|
ConverterProperties |
setTagWorkerFactory(ITagWorkerFactory tagWorkerFactory)
Sets the TagWorkerFactory.
|
public ConverterProperties()
ConverterProperties instance.
public ConverterProperties(ConverterProperties other)
ConverterProperties instance based on another ConverterProperties instance (copy constructor).
other - the other ConverterProperties instance
public MediaDeviceDescription getMediaDeviceDescription()
public ConverterProperties setMediaDeviceDescription(MediaDeviceDescription mediaDeviceDescription)
mediaDeviceDescription - the media device description
public com.itextpdf.layout.font.FontProvider getFontProvider()
public ConverterProperties setFontProvider(com.itextpdf.layout.font.FontProvider fontProvider)
fontProvider - the font provider
public ITagWorkerFactory getTagWorkerFactory()
public ConverterProperties setTagWorkerFactory(ITagWorkerFactory tagWorkerFactory)
tagWorkerFactory - the TagWorkerFactory
public ICssApplierFactory getCssApplierFactory()
public ConverterProperties setCssApplierFactory(ICssApplierFactory cssApplierFactory)
cssApplierFactory - the CSS applier factory
public String getBaseUri()
public ConverterProperties setBaseUri(String baseUri)
baseUri - the base URI
public boolean isCreateAcroForm()
public ConverterProperties setCreateAcroForm(boolean createAcroForm)
createAcroForm - true if an AcroForm needs to be created
public OutlineHandler getOutlineHandler()
public ConverterProperties setOutlineHandler(OutlineHandler outlineHandler)
outlineHandler - the outline handler
Copyright © 1998–2019 iText Group NV. All rights reserved.