Package com.coherentpdf
Class Jcpdf.Range
java.lang.Object
com.coherentpdf.Jcpdf.Range
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- Jcpdf
A page range, which represents an ordered list of page numbers. For
example
1,2,3
or 2,4,6,4,2
.
Use the try
keyword, or call close()
to
make sure ranges are deallocated.
-
Method Summary
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-