Example #1
0
 public void setFuenteFilas(FuenteCelda fuente)
 {
     this._rfont = fuente.getCellStyle(this._workbook);
 }
Example #2
0
 public void setFuenteEncabezado(FuenteCelda fuente)
 {
     this._hfont = fuente.getCellStyle(this._workbook);
 }