net.sf.dynamicreports.report.definition
Interface DRIPage

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRPage

public interface DRIPage
extends Serializable

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 Integer getColumnSpace()
           
 Integer getColumnsPerPage()
           
 Integer getHeight()
           
 Boolean getIgnorePageWidth()
           
 DRIMargin getMargin()
           
 PageOrientation getOrientation()
           
 Integer getWidth()
           
 

Method Detail

getWidth

Integer getWidth()

getHeight

Integer getHeight()

getOrientation

PageOrientation getOrientation()

getMargin

DRIMargin getMargin()

getColumnsPerPage

Integer getColumnsPerPage()

getColumnSpace

Integer getColumnSpace()

getIgnorePageWidth

Boolean getIgnorePageWidth()


Copyright © 2010-2014. All Rights Reserved.