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 and Description |
---|---|
static CssFile |
XMLWorkerHelper.getCSS(InputStream in) |
CssFile |
XMLWorkerHelper.getDefaultCSS() |
Modifier and Type | Class and 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 and Description |
---|---|
CssFile |
CssFileProcessor.getCss() |
Modifier and Type | Method and Description |
---|---|
void |
CssFilesImpl.add(CssFile css) |
void |
CssFiles.add(CssFile css)
Adds css to this CssFiles.
|
void |
StyleAttrCSSResolver.addCss(CssFile file)
Add a file to the CssFiles Collection.
|
Constructor and 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 and Description |
---|
CssStateController(CssFile file) |
Modifier and Type | Method and Description |
---|---|
void |
CSSResolver.addCss(CssFile file)
Add a CssFile
|
Copyright © 2016. All rights reserved.