net.sf.dynamicreports.report.definition
Interface DRIReportTemplate
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DRReportTemplate
public interface DRIReportTemplate
- extends Serializable
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
getTemplateStyles
List<DRIStyle> getTemplateStyles()
getLocale
Locale getLocale()
getShowColumnTitle
Boolean getShowColumnTitle()
getShowColumnValues
Boolean getShowColumnValues()
getIgnorePagination
Boolean getIgnorePagination()
getWhenNoDataType
WhenNoDataType getWhenNoDataType()
getWhenResourceMissingType
WhenResourceMissingType getWhenResourceMissingType()
getTitleOnANewPage
Boolean getTitleOnANewPage()
getSummaryOnANewPage
Boolean getSummaryOnANewPage()
getSummaryWithPageHeaderAndFooter
Boolean getSummaryWithPageHeaderAndFooter()
getFloatColumnFooter
Boolean getFloatColumnFooter()
getPrintOrder
Orientation getPrintOrder()
getColumnDirection
RunDirection getColumnDirection()
getLanguage
String getLanguage()
getUseFieldNameAsDescription
Boolean getUseFieldNameAsDescription()
getHighlightDetailOddRows
Boolean getHighlightDetailOddRows()
getDetailOddRowStyle
DRISimpleStyle getDetailOddRowStyle()
getHighlightDetailEvenRows
Boolean getHighlightDetailEvenRows()
getDetailEvenRowStyle
DRISimpleStyle getDetailEvenRowStyle()
getDefaultFont
DRIFont getDefaultFont()
getTextStyle
DRIReportStyle getTextStyle()
getColumnTitleStyle
DRIReportStyle getColumnTitleStyle()
getColumnStyle
DRIReportStyle getColumnStyle()
getGroupTitleStyle
DRIReportStyle getGroupTitleStyle()
getGroupStyle
DRIReportStyle getGroupStyle()
getSubtotalStyle
DRIReportStyle getSubtotalStyle()
getImageStyle
DRIReportStyle getImageStyle()
getChartStyle
DRIReportStyle getChartStyle()
getBarcodeStyle
DRIReportStyle getBarcodeStyle()
getPageWidth
Integer getPageWidth()
getPageHeight
Integer getPageHeight()
getPageOrientation
PageOrientation getPageOrientation()
getPageMargin
DRIMargin getPageMargin()
getPageColumnsPerPage
Integer getPageColumnsPerPage()
getPageColumnSpace
Integer getPageColumnSpace()
getIgnorePageWidth
Boolean getIgnorePageWidth()
getColumnPrintRepeatedDetailValues
Boolean getColumnPrintRepeatedDetailValues()
getColumnWidth
Integer getColumnWidth()
getGroupHeaderLayout
GroupHeaderLayout getGroupHeaderLayout()
getGroupHideColumn
Boolean getGroupHideColumn()
getGroupShowColumnHeaderAndFooter
Boolean getGroupShowColumnHeaderAndFooter()
getGroupPadding
Integer getGroupPadding()
getGroupStartInNewPage
Boolean getGroupStartInNewPage()
getGroupStartInNewColumn
Boolean getGroupStartInNewColumn()
getGroupReprintHeaderOnEachPage
Boolean getGroupReprintHeaderOnEachPage()
getGroupResetPageNumber
Boolean getGroupResetPageNumber()
getGroupFooterPosition
GroupFooterPosition getGroupFooterPosition()
getGroupKeepTogether
Boolean getGroupKeepTogether()
getGroupHeaderWithSubtotal
Boolean getGroupHeaderWithSubtotal()
getSubtotalLabelPosition
Position getSubtotalLabelPosition()
getTableOfContents
Boolean getTableOfContents()
getTableOfContentsCustomizer
DRITableOfContentsCustomizer getTableOfContentsCustomizer()
getTextFieldWidth
Integer getTextFieldWidth()
getImageHeight
Integer getImageHeight()
getImageWidth
Integer getImageWidth()
getListgap
Integer getListgap()
getMultiPageListHeight
Integer getMultiPageListHeight()
getMultiPageListWidth
Integer getMultiPageListWidth()
getChartHeight
Integer getChartHeight()
getChartWidth
Integer getChartWidth()
getBarcodeHeight
Integer getBarcodeHeight()
getBarcodeWidth
Integer getBarcodeWidth()
getSubreportHeight
Integer getSubreportHeight()
getSubreportWidth
Integer getSubreportWidth()
getCrosstabHeight
Integer getCrosstabHeight()
getCrosstabWidth
Integer getCrosstabWidth()
getCrosstabHighlightOddRows
Boolean getCrosstabHighlightOddRows()
getCrosstabOddRowStyle
DRISimpleStyle getCrosstabOddRowStyle()
getCrosstabHighlightEvenRows
Boolean getCrosstabHighlightEvenRows()
getCrosstabEvenRowStyle
DRISimpleStyle getCrosstabEvenRowStyle()
getCrosstabGroupStyle
DRIReportStyle getCrosstabGroupStyle()
getCrosstabGroupTotalStyle
DRIReportStyle getCrosstabGroupTotalStyle()
getCrosstabGrandTotalStyle
DRIReportStyle getCrosstabGrandTotalStyle()
getCrosstabCellStyle
DRIReportStyle getCrosstabCellStyle()
getCrosstabMeasureTitleStyle
DRIReportStyle getCrosstabMeasureTitleStyle()
getChartSeriesColors
List<Color> getChartSeriesColors()
getChartValuePattern
String getChartValuePattern()
getChartPercentValuePattern
String getChartPercentValuePattern()
getChartTheme
String getChartTheme()
getBooleanComponentType
BooleanComponentType getBooleanComponentType()
getBooleanEmptyWhenNullValue
Boolean getBooleanEmptyWhenNullValue()
getBooleanImageWidth
Integer getBooleanImageWidth()
getBooleanImageHeight
Integer getBooleanImageHeight()
getBooleanColumnStyle
DRIReportStyle getBooleanColumnStyle()
getDefaultSplitType
SplitType getDefaultSplitType()
getTitleSplitType
SplitType getTitleSplitType()
getPageHeaderSplitType
SplitType getPageHeaderSplitType()
getPageFooterSplitType
SplitType getPageFooterSplitType()
getColumnHeaderSplitType
SplitType getColumnHeaderSplitType()
getColumnFooterSplitType
SplitType getColumnFooterSplitType()
getGroupHeaderSplitType
SplitType getGroupHeaderSplitType()
getGroupFooterSplitType
SplitType getGroupFooterSplitType()
getDetailHeaderSplitType
SplitType getDetailHeaderSplitType()
getDetailSplitType
SplitType getDetailSplitType()
getDetailFooterSplitType
SplitType getDetailFooterSplitType()
getLastPageFooterSplitType
SplitType getLastPageFooterSplitType()
getSummarySplitType
SplitType getSummarySplitType()
getNoDataSplitType
SplitType getNoDataSplitType()
getBackgroundSplitType
SplitType getBackgroundSplitType()
getTitleStyle
DRIReportStyle getTitleStyle()
getPageHeaderStyle
DRIReportStyle getPageHeaderStyle()
getPageFooterStyle
DRIReportStyle getPageFooterStyle()
getColumnHeaderStyle
DRIReportStyle getColumnHeaderStyle()
getColumnFooterStyle
DRIReportStyle getColumnFooterStyle()
getGroupHeaderStyle
DRIReportStyle getGroupHeaderStyle()
getGroupFooterStyle
DRIReportStyle getGroupFooterStyle()
getDetailHeaderStyle
DRIReportStyle getDetailHeaderStyle()
getDetailStyle
DRIReportStyle getDetailStyle()
getDetailFooterStyle
DRIReportStyle getDetailFooterStyle()
getLastPageFooterStyle
DRIReportStyle getLastPageFooterStyle()
getSummaryStyle
DRIReportStyle getSummaryStyle()
getNoDataStyle
DRIReportStyle getNoDataStyle()
getBackgroundStyle
DRIReportStyle getBackgroundStyle()
getTitleBackgroundComponent
DRIComponent getTitleBackgroundComponent()
getPageHeaderBackgroundComponent
DRIComponent getPageHeaderBackgroundComponent()
getPageFooterBackgroundComponent
DRIComponent getPageFooterBackgroundComponent()
getColumnHeaderBackgroundComponent
DRIComponent getColumnHeaderBackgroundComponent()
getColumnFooterBackgroundComponent
DRIComponent getColumnFooterBackgroundComponent()
getGroupHeaderBackgroundComponent
DRIComponent getGroupHeaderBackgroundComponent()
getGroupFooterBackgroundComponent
DRIComponent getGroupFooterBackgroundComponent()
getDetailHeaderBackgroundComponent
DRIComponent getDetailHeaderBackgroundComponent()
getDetailBackgroundComponent
DRIComponent getDetailBackgroundComponent()
getDetailFooterBackgroundComponent
DRIComponent getDetailFooterBackgroundComponent()
getLastPageFooterBackgroundComponent
DRIComponent getLastPageFooterBackgroundComponent()
getSummaryBackgroundComponent
DRIComponent getSummaryBackgroundComponent()
getNoDataBackgroundComponent
DRIComponent getNoDataBackgroundComponent()
getBackgroundBackgroundComponent
DRIComponent getBackgroundBackgroundComponent()
Copyright © 2010-2014. All Rights Reserved.