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