Examples of PdfPageLabelStyle


Examples of org.axsl.pdf.PdfPageLabelStyle

     */
    private void checkPageLabels(final Page page) {
        final PageCollection currentCollection = page.getParent();
        final PositiveIntegerFormatter currentFormatter =
                currentCollection.getPageNumberFormatter();
        final PdfPageLabelStyle labelStyle = PDFRenderer
                .convertPageLabelStyle(currentFormatter.getType());

        /* Handle special case of the first page. */
        if (this.currentAreaTreePage == null) {
            this.pdfDoc.addPageLabelRange(0, labelStyle,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.