RenderInlineText Method (SampleC1PrintDocument)
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. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderInlineText(String,Font,Color) | Renders a string into the current inline paragraph, using the specified font and text color. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderInlineText(String,Font) | Renders a string into the current inline paragraph, using the specified font. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderInlineText(String,Color) | Renders a string into the current inline paragraph, using the specified text color. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderInlineText(String,FontStyle) | Renders a string into the current inline paragraph, using the specified font style. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderInlineText(String) | Renders a string into the current inline paragraph. (Inherited from C1.C1Preview.C1PrintDocument) |
See Also