Uses of Class
com.pnfsoftware.jeb.core.output.text.TextPartUtil.LineInfo
Packages that use TextPartUtil.LineInfo
Package
Description
Types for text documents, useful to represent textual data generated by a unit.
-
Uses of TextPartUtil.LineInfo in com.pnfsoftware.jeb.core.output.text
Methods in com.pnfsoftware.jeb.core.output.text that return types with arguments of type TextPartUtil.LineInfoModifier and TypeMethodDescriptionstatic Iterable<TextPartUtil.LineInfo>
TextPartUtil.iterateLines
(ITextDocumentPart part) Generate aniterable
object for easy iteration over the lines (and their associated anchor id, and line numbers) of a part.