Class NoBreakPrintExample
- java.lang.Object
-
- org.eclipse.nebula.paperclips.snippets.NoBreakPrintExample
-
public class NoBreakPrintExample extends java.lang.Object
Prints "The quick brown fox jumps over the lazy dog." in increasingly large blocks, using a NoBreakPrint to prevent each block from being broken up across page or across columns.
-
-
Constructor Summary
Constructors Constructor Description NoBreakPrintExample()
-
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 NoBreakPrintExample to the default printer.
-
-
-
Method Detail
-
createPrint
public static Print createPrint()
-
main
public static void main(java.lang.String[] args)
Prints the NoBreakPrintExample to the default printer.- Parameters:
args
- command-line args
-
-