Beispiel #1
0
 public OpenXmlFontRef(OpenXmlFontCollectionIndex index, OpenXmlColor color)
 {
     this.index = index;
     this.color = color;
 }
Beispiel #2
0
 public OpenXmlFontRef(OpenXmlFontCollectionIndex index)
 {
     this.index = index;
     this.color = null;
 }