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, IStylesContainer stylesContainer, List
Apply vertical alignment to inline elements.
|
public static void applyVerticalAlignmentForCells(Map<String,String> cssProps, ProcessorContext context, com.itextpdf.layout.IPropertyContainer element)
cssProps - the CSS properties
context - the processor context
element - the element
public static void applyVerticalAlignmentForInlines(Map<String,String> cssProps, ProcessorContext context, IStylesContainer stylesContainer, ListchildElements)
cssProps - the CSS properties
context - the processor context
stylesContainer - the styles container
childElements - the child elements
Copyright © 1998–2019 iText Group NV. All rights reserved.