Class TextRenderer
Inheritance
System.Object
TextRenderer
Assembly: IronXL.dll
Syntax
public class TextRenderer : Object
Constructors
TextRenderer(IGlyphRenderer)
Declaration
public TextRenderer(IGlyphRenderer renderer)
Parameters
Methods
RenderText(urwxmw<Char>, TextOptions)
Declaration
public void RenderText(urwxmw<char> text, TextOptions options)
Parameters
Type |
Name |
Description |
Iron.Excel.Extensions.urwxmw<System.Char> |
text |
|
TextOptions |
options |
|
RenderText(String, TextOptions)
Declaration
public void RenderText(string text, TextOptions options)
Parameters
Type |
Name |
Description |
System.String |
text |
|
TextOptions |
options |
|
RenderTextTo(IGlyphRenderer, urwxmw<Char>, TextOptions)
Declaration
public static void RenderTextTo(IGlyphRenderer renderer, urwxmw<char> text, TextOptions options)
Parameters
RenderTextTo(IGlyphRenderer, String, TextOptions)
Declaration
public static void RenderTextTo(IGlyphRenderer renderer, string text, TextOptions options)
Parameters