public OpenXmlFontRef(OpenXmlFontCollectionIndex index, OpenXmlColor color) { this.index = index; this.color = color; }
public OpenXmlFontRef(OpenXmlFontCollectionIndex index) { this.index = index; this.color = null; }