function _textstring($s)
 {
     if ($this->encrypted) {
         $s = $this->_RC4($this->_objectkey($this->n), $s);
     }
     return parent::_textstring($s);
 }