228229230231232233234235236237238
if (this.header.getHref() != null) { // generates the href for the link Href colHref = getColumnHref(fullValue); Anchor anchor = new Anchor(colHref, choppedValue); choppedValue = anchor.toString(); } return choppedValue; }