158515861587158815891590159115921593
* * @return the width */ public int getTextWidth() { String html = getInnerHtml(); TextMetrics metrics = TextMetrics.get(); metrics.bind(dom); return metrics.getWidth(html); }
102910301031103210331034103510361037
131713181319132013211322132313241325