Beispiel #1
0
 public IReportDocument addComment(IReportComment poReportComment)
 {
     this._aHTML.Add("/HTMLText - " + poReportComment.getData() + " - HTMLText/");
     return(this);
 }
Beispiel #2
0
 public IReportDocument addComment(IReportComment poReportComment)
 {
     this._aWordData.Add("/WORDText - " + poReportComment.getData() + " - WORDText/");
     return(this);
 }