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 | Description |
---|---|---|
CSSResolver |
XMLWorkerHelper.getDefaultCssResolver(boolean addDefaultCss) |
Get a CSSResolver implementation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StyleAttrCSSResolver |
Resolves CSS properties.
|
Modifier and Type | Method | Description |
---|---|---|
CSSResolver |
StyleAttrCSSResolver.clear() |
Modifier and Type | Method | 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 | Description |
---|---|---|
CSSResolver |
CSSResolver.clear() |
Modifier and Type | Method | Description |
---|---|---|
void |
CssResolverPipeline.setResolver(CSSResolver resolver) |
Stores the cssResolver for the calling thread.
|
Constructor | Description |
---|---|
CssResolverPipeline(CSSResolver cssResolver,
Pipeline<?> next) |
Copyright © 1998–2018. All rights reserved.