403404405406407408409410411412413
infoAtom.setHyperlinkID(link.getId()); ByteArrayOutputStream out = new ByteArrayOutputStream(); try { info.writeOut(out); } catch(Exception e){ throw new HSLFException(e); } cldata.setRemainingData(out.toByteArray());
410411412413414415416417418419420
405406407408409410411412413414415
406407408409410411412413414415416
388389390391392393394395396397398