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.css.parser | |
com.itextpdf.tool.xml.pipeline.css |
Contains CSS processing pipeline.
|
Modifier and Type | Method | Description |
---|---|---|
static CssFile |
XMLWorkerHelper.getCSS(java.io.InputStream in) |
|
CssFile |
XMLWorkerHelper.getDefaultCSS() |
Modifier and Type | Class | Description |
---|---|---|
class |
CssFileImpl |
Implementation of CssFile, the CSS is stored in a map.
|
class |
CSSFileWrapper |
This Wrapper disables the add and isPersistent(final boolean b) methods.
|
Modifier and Type | Method | Description |
---|---|---|
CssFile |
CssFileProcessor.getCss() |
Modifier and Type | Method | Description |
---|---|---|
void |
CssFiles.add(CssFile css) |
Adds css to this CssFiles.
|
void |
CssFilesImpl.add(CssFile css) |
|
void |
StyleAttrCSSResolver.addCss(CssFile file) |
Add a file to the CssFiles Collection.
|
Constructor | Description |
---|---|
CssFilesImpl(CssFile css) |
Construct a new CssFilesImpl with the given css file.
|
CSSFileWrapper(CssFile css,
boolean b) |
Constructs a CssFile that does not allow adding of new CSS (given you
don't mess with the CssFile provided on construction).
|
Constructor | Description |
---|---|
CssStateController(CssFile file) |
Modifier and Type | Method | Description |
---|---|---|
void |
CSSResolver.addCss(CssFile file) |
Add a CssFile
|
Copyright © 1998–2018. All rights reserved.