Constructor of PdfTextLine.
PdfTextLine(Rect bounds, String text, int pageNumber) { _bounds = bounds; _text = text; _pageNumber = pageNumber; }