Class ParagraphSplitter.Paragraph

java.lang.Object
com.openhtmltopdf.bidi.ParagraphSplitter.Paragraph
Direct Known Subclasses:
ParagraphSplitter.FakeParagraph
Enclosing class:
ParagraphSplitter

public static class ParagraphSplitter.Paragraph
extends Object
A paragraph object collects the text of one paragraph. That is the text in a block element wiht possible holes from BIDI isolation tags. This text is then used to run the Unicode BIDI algorithm splitting text up into runs of LTR and RTL text.