Modifier and Type | Class and Description |
---|---|
class |
CssContextNode
The CSS context node.
|
Modifier and Type | Method and Description |
---|---|
void |
ICssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker)
Applies styles to an element.
|
Modifier and Type | Method and Description |
---|---|
void |
UlOlTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
TrTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
TdTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker worker) |
void |
TableTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker worker) |
void |
SpanTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
LiTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
HtmlTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
HrTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
DlTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
DisplayTableRowTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
ColTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
ColgroupTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
BodyTagCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
void |
BlockCssApplier.apply(ProcessorContext context, IStylesContainer stylesContainer, ITagWorker tagWorker) |
Modifier and Type | Method and Description |
---|---|
static void |
FontStyleApplierUtil.applyFontStyles(Map<String,String> cssProps, ProcessorContext context, IStylesContainer stylesContainer, com.itextpdf.layout.IPropertyContainer element)
Applies font styles to an element.
|
static void |
HyphenationApplierUtil.applyHyphenation(Map<String,String> cssProps, ProcessorContext context, IStylesContainer stylesContainer, com.itextpdf.layout.IPropertyContainer element)
Applies hyphenation to an element.
|
static void |
ListStyleApplierUtil.applyListStyleTypeProperty(IStylesContainer stylesContainer, Map<String,String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element)
Applies a list style to an element.
|
static void |
VerticalAlignmentApplierUtil.applyVerticalAlignmentForInlines(Map<String,String> cssProps, ProcessorContext context, IStylesContainer stylesContainer, List
Apply vertical alignment to inline elements.
|
Modifier and Type | Class and Description |
---|---|
class |
PageContextNode
CssContextNode implementation for page contexts.
|
class |
PageMarginBoxContextNode
CssContextNode implementation for page margin box contexts.
|
Modifier and Type | Class and Description |
---|---|
class |
CssPseudoElementNode
IElementNode implementation for pseudo elements.
|
Modifier and Type | Class and Description |
---|---|
class |
PageCountElementNode
ICustomElementNode implementation for a page count element node.
|
Modifier and Type | Class and Description |
---|---|
class |
JsoupDocumentNode
Implementation of the IDocumentNode interface; wrapper for the JSoup Document class.
|
class |
JsoupElementNode
Implementation of the IElementNode interface; wrapper for the JSoup JsoupNode class.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICustomElementNode
Interface that serves as a marker indicating that this particular IElementNode is something non-standard.
|
interface |
IDocumentNode
Interface implemented by classes that are a top node, and as such represent a Document.
|
interface |
IElementNode
Interface for node classes that have a parent and children, and for which styles can be defined; each of these nodes can also have a name and attributes.
|
Copyright © 1998–2019 iText Group NV. All rights reserved.