*/
public CharacterRun insertAfter(String text, CharacterProperties props)
//throws UnsupportedEncodingException
{
initAll();
PAPX papx = (PAPX)_paragraphs.get(_parEnd - 1);
short istd = papx.getIstd();
StyleSheet ss = _doc.getStyleSheet();
CharacterProperties baseStyle = ss.getCharacterStyle(istd);
byte[] grpprl = CharacterSprmCompressor.compressCharacterProperty(props, baseStyle);
SprmBuffer buf = new SprmBuffer(grpprl);