Examples of Galley


Examples of org.axsl.galley.Galley

    /**
     * Add the document metadata to the PDF.
     */
    private void renderDocumentMetadata() {
        final Galley areaTree = this.getAreaTree();
        this.pdfDoc.setTitle(areaTree.getTitle());
        this.pdfDoc.setAuthor(areaTree.getAuthor());
        this.pdfDoc.setSubject(areaTree.getSubject());
        this.pdfDoc.setKeywords(areaTree.getKeywords());
    }
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.