Class AlignPrintExample
- java.lang.Object
-
- org.eclipse.nebula.paperclips.snippets.AlignPrintExample
-
public class AlignPrintExample extends java.lang.Object
Prints the contents of TutorialExample2, but centered horizontally and vertically on the page.
-
-
Constructor Summary
Constructors Constructor Description AlignPrintExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Print
createPrint()
static void
main(java.lang.String[] args)
Prints the BreakPrintExample to the default printer.
-
-
-
Method Detail
-
createPrint
public static Print createPrint()
-
main
public static void main(java.lang.String[] args)
Prints the BreakPrintExample to the default printer.- Parameters:
args
- command-line args
-
-