示例#1
0
 private void Init()
 {
     this.font = this.paragraph.GetUnderlyingObject().Font;
 }
示例#2
0
 public Font(NetOffice.OfficeApi.Font2 font)
 {
     this.font = font;
 }