Uses of Class
com.itextpdf.layout.properties.InlineVerticalAlignment
-
Packages that use InlineVerticalAlignment Package Description com.itextpdf.layout.renderer -
-
Uses of InlineVerticalAlignment in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type InlineVerticalAlignment Modifier and Type Method Description private static float
InlineVerticalAlignmentHelper. calculateOffset(IRenderer renderer, Rectangle cBBox, InlineVerticalAlignment alignment, float baseline, float textTop, float textBottom, float leading, float xHeight, Rectangle pBBox)
private static boolean
InlineVerticalAlignmentHelper. isBoxOrientedVerticalAlignment(InlineVerticalAlignment alignment)
Method parameters in com.itextpdf.layout.renderer with type arguments of type InlineVerticalAlignment Modifier and Type Method Description private static void
InlineVerticalAlignmentHelper. processRenderers(LineRenderer lineRenderer, java.util.List<IRenderer> renderers, float actualYLine, java.util.function.Predicate<InlineVerticalAlignment> needProcess, java.util.function.Predicate<InlineVerticalAlignment> needRecalculateSizes)
-