public IndirectObject newRawObject(String content) {
   IndirectObject iobj = mBody.getNewIndirectObject();
   iobj.setContent(content);
   return iobj;
 }