void setParagraphStyle(ParagraphStyle style)
 {
     this._paragraphStyle        = style;
     this._paragraph_style_index = this._runs.addStyle(style.getTextStyle());
     this._runs.startRun(this._paragraph_style_index, this._text.Length);
 }