| Top Previous Next |
|
Begins a paragraph.
Syntax
Remarks
The BeginPara method starts a paragraph rendering mode. The text for the paragraph is provided by calling TextOut method. You can have multiple TextOut in a BeginPara and EndPara block which will render all the textout text on the same line. The paragraph's formatting is characterized by the TextFormatting property. This has to be set before calling BeginPara method. It specifies the alignment, line spacing, indents, etc. The paragraph rendering mode is ended by calling the EndPara method.
Example Code
For an example, see Formatting
See Also
EndPara, TextFormatting, TextOut
|