Overload List

  Name Description
Public method RenderBlockText(String)
Renders a block of text into the block flow of the current document.
Public method RenderBlockText(String, AlignHorzEnum)
Renders a block of text into the block flow of the current document, using the specified horizontal alignment.
Public method RenderBlockText(String, Style)
Renders a block of text into the block flow of the current document, using the specified Style.
Public method RenderBlockText(String, Color)
Renders a block of text into the block flow of the current document, using the specified text color.
Public method RenderBlockText(String, Font)
Renders a block of text into the block flow of the current document, using the specified font.
Public method RenderBlockText(String, Font, AlignHorzEnum)
Renders a block of text into the block flow of the current document, using the specified font and horizontal alignment.
Public method RenderBlockText(String, Font, Color)
Renders a block of text into the block flow of the current document, using the specified font and text color.
Public method 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.
Public method 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.

See Also