Package | Description |
---|---|
com.itextpdf.tool.xml |
XMLWorker package provides a framework to parse XML to PDF with iText.
|
com.itextpdf.tool.xml.css |
Collection of classes to handle css files, rules, properties.
|
com.itextpdf.tool.xml.html |
Everything to parse HTML tags to pdf used by the HtmlPipeline is in here.
|
com.itextpdf.tool.xml.pipeline.css |
Contains CSS processing pipeline.
|
Modifier and Type | Method and Description |
---|---|
CSSResolver |
XMLWorkerHelper.getDefaultCssResolver(boolean addDefaultCss)
Get a CSSResolver implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
StyleAttrCSSResolver
Resolves CSS properties.
|
Modifier and Type | Method and Description |
---|---|
CSSResolver |
StyleAttrCSSResolver.clear() |
Modifier and Type | Method and Description |
---|---|
CSSResolver |
AbstractTagProcessor.getCSSResolver(WorkerContext context)
Utility method that fetches the CSSResolver from the if any and if it uses the default key.
|
Modifier and Type | Method and Description |
---|---|
CSSResolver |
CSSResolver.clear() |
Modifier and Type | Method and Description |
---|---|
void |
CssResolverPipeline.setResolver(CSSResolver resolver)
Stores the cssResolver for the calling thread.
|
Constructor and Description |
---|
CssResolverPipeline(CSSResolver cssResolver, Pipeline> next) |
Copyright © 2016. All rights reserved.