public interface LineBreaker
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
breakIntoLines(java.util.Iterator<LbContent> paragraph)
Breaks a paragraph, represented as an iterator over the paragraph content, into lines.
|
java.util.List<java.lang.Integer> breakIntoLines(java.util.Iterator<LbContent> paragraph)
paragraph
- An iterator over the paragraph content items.paragraph
iterator is item 0.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.