Ejemplo n.º 1
0
 public XLRichString(String text, IXLFontBase font, IXLWithRichString withRichString)
 {
     Text = text;
     this.CopyFont(font);
     _withRichString = withRichString;
 }
Ejemplo n.º 2
0
 public XLRichString(String text, IXLFontBase font, IXLWithRichString withRichString)
 {
     Text = text;
     this.CopyFont(font);
     _withRichString = withRichString;
 }