コード例 #1
0
 /* Inherit documentation */
 protected ListIterator /* of PdfPage */ getSelectedPages(PdfDocument pdfDocument)
     throws IOException {
   return pdfDocument.getPageIterator();
 }