Package com.itextpdf.text.pdf

Examples of com.itextpdf.text.pdf.PdfDocument


    public void setBottomMargin(float margin) {             // VIKTORZ ++
        this.marginBottom = margin;                         // VIKTORZ ++
        for (DocListener listener : listeners) {            // VIKTORZ ++
            if (listener instanceof PdfDocument) {          // VIKTORZ ++
                PdfDocument pdfdoc = (PdfDocument)listener; // VIKTORZ ++
    pdfdoc.setBottomMargin(margin);             // VIKTORZ ++
            }                                               // VIKTORZ ++
        }                                                   // VIKTORZ ++
    }                                                       // VIKTORZ ++
View Full Code Here

TOP

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

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.