// properties
int idx = s.length(); // index into
// character string
// to apply
// formatting to
Ss_rPr rp = (Ss_rPr) Ss_rPr.parseOOXML(xpp, bk)
.cloneElement();
Font f = rp.generateFont(bk); // NOW CONVERT
// ss_rPr to
// a font!!
int fIndex = bk.getWorkBook().getFontIdx(f); // index
// for
// specific