A B C D E F G H I L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- net.sf.paperclips - package net.sf.paperclips
-
Core classes for creating printable documents.
- net.sf.paperclips.decorator - package net.sf.paperclips.decorator
-
Decorators aid in applying styles uniformly across across documents.
- newline() - Method in class net.sf.paperclips.StyledTextPrint
-
Appends a line break to the document.
- next(int, int) - Method in interface net.sf.paperclips.PrintIterator
-
Returns the next PrintPiece for the Print.
- next(PrintIterator, int, int) - Static method in class net.sf.paperclips.PaperClips
-
Calls iterator.next(width, height) and returns the result.
- nextPage() - Method in class net.sf.paperclips.PageEnumeration
-
Returns the next page.
- NoBreakPrint - Class in net.sf.paperclips
-
A print wrapper which prevents its target from being broken into multiple pieces when printed.
- NoBreakPrint(Print) - Constructor for class net.sf.paperclips.NoBreakPrint
-
Constructs a NoBreakPrint with the given target.
All Classes All Packages