RenderInlineText Method (C1PrintDocument)
In This Topic
Renders a string into the current inline paragraph, using the specified style.
Overload List
Overload | Description |
RenderInlineText(String,Style) | Renders a string into the current inline paragraph, using the specified style. |
RenderInlineText(String,Font,Color) | Renders a string into the current inline paragraph, using the specified font and text color. |
RenderInlineText(String,Font) | Renders a string into the current inline paragraph, using the specified font. |
RenderInlineText(String,Color) | Renders a string into the current inline paragraph, using the specified text color. |
RenderInlineText(String,FontStyle) | Renders a string into the current inline paragraph, using the specified font style. |
RenderInlineText(String) | Renders a string into the current inline paragraph. |
See Also