Package org.axsl.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

Related Classes of org.axsl.galley.Galley

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.