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 floatInlineVerticalAlignmentHelper.calculateOffset(IRenderer renderer, Rectangle cBBox, InlineVerticalAlignment alignment, float baseline, float textTop, float textBottom, float leading, float xHeight, Rectangle pBBox) private static booleanInlineVerticalAlignmentHelper.isBoxOrientedVerticalAlignment(InlineVerticalAlignment alignment) Method parameters in com.itextpdf.layout.renderer with type arguments of type InlineVerticalAlignmentModifier and TypeMethodDescriptionprivate static voidInlineVerticalAlignmentHelper.processRenderers(LineRenderer lineRenderer, List<IRenderer> renderers, float actualYLine, Predicate<InlineVerticalAlignment> needProcess, Predicate<InlineVerticalAlignment> needRecalculateSizes)