Package com.openhtmltopdf.bidi
Class BidiTextRun
java.lang.Object
com.openhtmltopdf.bidi.BidiTextRun
public class BidiTextRun extends Object
Simple class to hold a visual ordering text run.
-
Constructor Summary
Constructors Constructor Description BidiTextRun(int startIndex, int length, byte direction) -
Method Summary
Modifier and Type Method Description bytegetDirection()intgetLength()intgetStart()
-
Constructor Details
-
BidiTextRun
public BidiTextRun(int startIndex, int length, byte direction)
-
-
Method Details
-
getStart
public int getStart() -
getLength
public int getLength() -
getDirection
public byte getDirection()- Returns:
- either LTR or RTL.
-