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 ++