public class VerticalAlignmentApplierUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
applyVerticalAlignmentForCells(Map<String,String> cssProps,
ProcessorContext context,
com.itextpdf.layout.IPropertyContainer element)
Applies vertical alignment to cells.
|
static void |
applyVerticalAlignmentForInlines(Map<String,String> cssProps,
ProcessorContext context,
com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer,
List<com.itextpdf.layout.IPropertyContainer> childElements)
Apply vertical alignment to inline elements.
|
public static void applyVerticalAlignmentForCells(Map<String,String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element)
cssProps - the CSS propertiescontext - the processor contextelement - the elementpublic static void applyVerticalAlignmentForInlines(Map<String,String> cssProps, ProcessorContext context, com.itextpdf.styledxmlparser.node.IStylesContainer stylesContainer, List<com.itextpdf.layout.IPropertyContainer> childElements)
cssProps - the CSS propertiescontext - the processor contextstylesContainer - the styles containerchildElements - the child elementsCopyright © 1998–2020 iText Group NV. All rights reserved.