Visual Basic / Printing / Justification Of Text
Snippet details
ID: 423
Viewed: 1293
Added: 2002-08-19
Version:
Justification Of Text On A Printout
The code below shows four types of justification when printing.
left
right
centred
centred in a given column width, at a given position left in a given column width, at a given position
centred in a given column width, at a given postion It does not take into consideration:
1. text wider than the print area
2. optimization for speed
Will work with most font sizes except very large fonts.
The code below shows four types of justification when printing.
left
right
centred
centred in a given column width, at a given position left in a given column width, at a given position
centred in a given column width, at a given postion It does not take into consideration:
1. text wider than the print area
2. optimization for speed
Will work with most font sizes except very large fonts.
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown
| Snippet By: | Unknown |
| Declarations | |
| Code | |
| Highlight All | |
No Reviews to show
