Uses of Class
com.itextpdf.layout.layout.LineLayoutResult
-
Packages that use LineLayoutResult Package Description com.itextpdf.layout.layout com.itextpdf.layout.renderer -
-
Uses of LineLayoutResult in com.itextpdf.layout.layout
Methods in com.itextpdf.layout.layout that return LineLayoutResult Modifier and Type Method Description LineLayoutResultLineLayoutResult. setSplitForcedByNewline(boolean isSplitForcedByNewline)Sets a flat that split was forced by new line symbol in rendered text. -
Uses of LineLayoutResult in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type LineLayoutResult Modifier and Type Method Description private voidParagraphRenderer. applyTextAlignment(TextAlignment textAlignment, LineLayoutResult result, LineRenderer processedRenderer, Rectangle layoutBox, java.util.List<Rectangle> floatRendererAreas, boolean onlyOverflowedFloatsLeft, float lineIndent)
-