Uses of Class
com.itextpdf.layout.properties.InlineVerticalAlignment
Packages that use InlineVerticalAlignment
-
Uses of InlineVerticalAlignment in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type InlineVerticalAlignmentModifier and TypeMethodDescriptionprivate 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 InlineVerticalAlignmentModifier and TypeMethodDescriptionprivate static void
InlineVerticalAlignmentHelper.processRenderers
(LineRenderer lineRenderer, List<IRenderer> renderers, float actualYLine, Predicate<InlineVerticalAlignment> needProcess, Predicate<InlineVerticalAlignment> needRecalculateSizes)