Package | Description |
---|---|
com.itextpdf.tool.xml.css.apply |
Contains classes that can apply css rules on certain Element s.
|
com.itextpdf.tool.xml.html |
Everything to parse HTML tags to pdf used by the HtmlPipeline is in here.
|
com.itextpdf.tool.xml.pipeline.html |
Contains pipeline stuff for HTML
|
Constructor and Description |
---|
ParagraphCssApplier(CssAppliers appliers)
Construct a ParagraphCssApplier.
|
Modifier and Type | Class and Description |
---|---|
class |
CssAppliersImpl
Applies CSS to an Element using the appliers from the com.itextpdf.tool.xml.css.apply .
|
Modifier and Type | Method and Description |
---|---|
CssAppliers |
CssAppliersImpl.clone() |
CssAppliers |
CssAppliers.clone() |
CssAppliers |
CssAppliersAware.getCssAppliers() |
CssAppliers |
AbstractTagProcessor.getCssAppliers() |
Modifier and Type | Method and Description |
---|---|
void |
CssAppliersAware.setCssAppliers(CssAppliers cssAppliers) |
void |
AbstractTagProcessor.setCssAppliers(CssAppliers cssAppliers) |
Modifier and Type | Method and Description |
---|---|
CssAppliers |
HtmlPipelineContext.getCssAppliers() |
Modifier and Type | Method and Description |
---|---|
HtmlPipelineContext |
HtmlPipelineContext.setCssApplier(CssAppliers cssAppliers)
Fluent variant of HtmlPipelineContext.setCssAppliers(CssAppliers)
|
void |
HtmlPipelineContext.setCssAppliers(CssAppliers cssAppliers) |
Constructor and Description |
---|
HtmlPipelineContext(CssAppliers cssAppliers)
Construct a new HtmlPipelineContext object
|
Copyright © 2016. All rights reserved.