Overload List
Name | Description | |
---|---|---|
RenderBlockText(String) |
Renders a block of text into the block flow of the current document.
|
|
RenderBlockText(String, AlignHorzEnum) |
Renders a block of text into the block flow of the current document,
using the specified horizontal alignment.
|
|
RenderBlockText(String, Style) |
Renders a block of text into the block flow of the current document,
using the specified Style.
|
|
RenderBlockText(String, Color) |
Renders a block of text into the block flow of the current document,
using the specified text color.
|
|
RenderBlockText(String, Font) |
Renders a block of text into the block flow of the current document,
using the specified font.
|
|
RenderBlockText(String, Font, AlignHorzEnum) |
Renders a block of text into the block flow of the current document,
using the specified font and horizontal alignment.
|
|
RenderBlockText(String, Font, Color) |
Renders a block of text into the block flow of the current document,
using the specified font and text color.
|
|
RenderBlockText(String, Font, Color, AlignHorzEnum) |
Renders a block of text into the block flow of the current document,
using the specified font, text color and horizontal alignment.
|
|
RenderBlockText(String, Object, Object, Style) |
Renders a block of text with the specifed width and height
into the block flow of the current document,
using the specified Style.
|