dori.jasper.engine
Interface JRReport
- All Superinterfaces:
- JRDefaultFontProvider
- All Known Implementing Classes:
- JRBaseReport
- public interface JRReport
- extends JRDefaultFontProvider
PRINT_ORDER_VERTICAL
public static final byte PRINT_ORDER_VERTICAL
- See Also:
- Constant Field Values
PRINT_ORDER_HORIZONTAL
public static final byte PRINT_ORDER_HORIZONTAL
- See Also:
- Constant Field Values
ORIENTATION_PORTRAIT
public static final byte ORIENTATION_PORTRAIT
- See Also:
- Constant Field Values
ORIENTATION_LANDSCAPE
public static final byte ORIENTATION_LANDSCAPE
- See Also:
- Constant Field Values
WHEN_NO_DATA_TYPE_NO_PAGES
public static final byte WHEN_NO_DATA_TYPE_NO_PAGES
- See Also:
- Constant Field Values
WHEN_NO_DATA_TYPE_BLANK_PAGE
public static final byte WHEN_NO_DATA_TYPE_BLANK_PAGE
- See Also:
- Constant Field Values
WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL
public static final byte WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL
- See Also:
- Constant Field Values
getName
public java.lang.String getName()
getColumnCount
public int getColumnCount()
getPrintOrder
public byte getPrintOrder()
getPageWidth
public int getPageWidth()
getPageHeight
public int getPageHeight()
getOrientation
public byte getOrientation()
getWhenNoDataType
public byte getWhenNoDataType()
setWhenNoDataType
public void setWhenNoDataType(byte whenNoDataType)
getColumnWidth
public int getColumnWidth()
getColumnSpacing
public int getColumnSpacing()
getLeftMargin
public int getLeftMargin()
getRightMargin
public int getRightMargin()
getTopMargin
public int getTopMargin()
getBottomMargin
public int getBottomMargin()
isTitleNewPage
public boolean isTitleNewPage()
isSummaryNewPage
public boolean isSummaryNewPage()
getScriptletClass
public java.lang.String getScriptletClass()
getPropertyNames
public java.lang.String[] getPropertyNames()
getProperty
public java.lang.String getProperty(java.lang.String name)
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
removeProperty
public void removeProperty(java.lang.String name)
getFonts
public JRReportFont[] getFonts()
getParameters
public JRParameter[] getParameters()
getQuery
public JRQuery getQuery()
getFields
public JRField[] getFields()
getVariables
public JRVariable[] getVariables()
getGroups
public JRGroup[] getGroups()
getBackground
public JRBand getBackground()
getTitle
public JRBand getTitle()
getPageHeader
public JRBand getPageHeader()
getColumnHeader
public JRBand getColumnHeader()
getDetail
public JRBand getDetail()
getColumnFooter
public JRBand getColumnFooter()
getPageFooter
public JRBand getPageFooter()
getSummary
public JRBand getSummary()
Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.