Example #1
0
 public XLRichString(String text, IXLFontBase font, IXLWithRichString withRichString)
 {
     Text = text;
     this.CopyFont(font);
     _withRichString = withRichString;
 }
 public XLRichString(String text, IXLFontBase font, IXLWithRichString withRichString)
 {
     Text = text;
     this.CopyFont(font);
     _withRichString = withRichString;
 }