Package com.itextpdf.text.pdf

Examples of com.itextpdf.text.pdf.PdfOutline


            }
        }
        if (target == null) {
            target = _defaultDestination;
        }
        PdfOutline outline = new PdfOutline(parent, target, bookmark.getName());
        writeBookmarks(c, root, outline, bookmark.getChildren());
    }
View Full Code Here

TOP

Related Classes of com.itextpdf.text.pdf.PdfOutline

Copyright © 2018 www.massapicom. 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.