Esempio n. 1
0
 /**
  * Publicly available copy constructor
  *
  * @param the font to copy
  */
 protected WritableFontRecord(CSharpJExcel.Jxl.Format.Font f)
     : base(f)
 {
 }
Esempio n. 2
0
 /**
  * Publicly available copy constructor
  *
  * @param f the font to copy
  */
 public WritableFont(CSharpJExcel.Jxl.Format.Font f)
     : base(f)
 {
 }