Class Default

java.lang.Object
ch.unibas.medizin.dynamicreports.report.defaults.Default

public class Default extends Object

Default class.

Author:
Ricardo Mariaca, Jan Moxter
  • Constructor Details

    • Default

      public Default()

      Constructor for Default.

  • Method Details

    • getReportName

      public String getReportName()

      Getter for the field reportName.

      Returns:
      a String object.
    • getLocale

      public Locale getLocale()

      Getter for the field locale.

      Returns:
      a Locale object.
    • isShowColumnTitle

      public boolean isShowColumnTitle()

      isShowColumnTitle.

      Returns:
      a boolean.
    • isShowColumnValues

      public boolean isShowColumnValues()

      isShowColumnValues.

      Returns:
      a boolean.
    • isIgnorePagination

      public boolean isIgnorePagination()

      isIgnorePagination.

      Returns:
      a boolean.
    • getWhenNoDataType

      public WhenNoDataType getWhenNoDataType()

      Getter for the field whenNoDataType.

      Returns:
      a WhenNoDataType object.
    • getWhenResourceMissingType

      public WhenResourceMissingType getWhenResourceMissingType()

      Getter for the field whenResourceMissingType.

      Returns:
      a WhenResourceMissingType object.
    • isTitleOnANewPage

      public boolean isTitleOnANewPage()

      isTitleOnANewPage.

      Returns:
      a boolean.
    • isSummaryOnANewPage

      public boolean isSummaryOnANewPage()

      isSummaryOnANewPage.

      Returns:
      a boolean.
    • isSummaryWithPageHeaderAndFooter

      public boolean isSummaryWithPageHeaderAndFooter()

      isSummaryWithPageHeaderAndFooter.

      Returns:
      a boolean.
    • isFloatColumnFooter

      public boolean isFloatColumnFooter()

      isFloatColumnFooter.

      Returns:
      a boolean.
    • getPrintOrder

      public Orientation getPrintOrder()

      Getter for the field printOrder.

      Returns:
      a Orientation object.
    • getColumnDirection

      public RunDirection getColumnDirection()

      Getter for the field columnDirection.

      Returns:
      a RunDirection object.
    • getLanguage

      public String getLanguage()

      Getter for the field language.

      Returns:
      a String object.
    • isUseFieldNameAsDescription

      public boolean isUseFieldNameAsDescription()

      isUseFieldNameAsDescription.

      Returns:
      a boolean.
    • isHighlightDetailOddRows

      public boolean isHighlightDetailOddRows()

      isHighlightDetailOddRows.

      Returns:
      a boolean.
    • getDetailOddRowStyle

      public DRSimpleStyle getDetailOddRowStyle()

      Getter for the field detailOddRowStyle.

      Returns:
      a DRSimpleStyle object.
    • isHighlightDetailEvenRows

      public boolean isHighlightDetailEvenRows()

      isHighlightDetailEvenRows.

      Returns:
      a boolean.
    • getDetailEvenRowStyle

      public DRSimpleStyle getDetailEvenRowStyle()

      Getter for the field detailEvenRowStyle.

      Returns:
      a DRSimpleStyle object.
    • getTextStyle

      public DRStyle getTextStyle()

      Getter for the field textStyle.

      Returns:
      a DRStyle object.
    • getColumnTitleStyle

      public DRStyle getColumnTitleStyle()

      Getter for the field columnTitleStyle.

      Returns:
      a DRStyle object.
    • getColumnStyle

      public DRStyle getColumnStyle()

      Getter for the field columnStyle.

      Returns:
      a DRStyle object.
    • getGroupTitleStyle

      public DRStyle getGroupTitleStyle()

      Getter for the field groupTitleStyle.

      Returns:
      a DRStyle object.
    • getGroupStyle

      public DRStyle getGroupStyle()

      Getter for the field groupStyle.

      Returns:
      a DRStyle object.
    • getSubtotalStyle

      public DRStyle getSubtotalStyle()

      Getter for the field subtotalStyle.

      Returns:
      a DRStyle object.
    • getImageStyle

      public DRStyle getImageStyle()

      Getter for the field imageStyle.

      Returns:
      a DRStyle object.
    • getChartStyle

      public DRStyle getChartStyle()

      Getter for the field chartStyle.

      Returns:
      a DRStyle object.
    • getPageWidth

      public int getPageWidth()

      Getter for the field pageWidth.

      Returns:
      an int.
    • getPageHeight

      public int getPageHeight()

      Getter for the field pageHeight.

      Returns:
      an int.
    • getPageOrientation

      public PageOrientation getPageOrientation()

      Getter for the field pageOrientation.

      Returns:
      a PageOrientation object.
    • getPageMargin

      public DRMargin getPageMargin()

      Getter for the field pageMargin.

      Returns:
      a DRMargin object.
    • getSubreportPageMargin

      public DRMargin getSubreportPageMargin()

      Getter for the field subreportPageMargin.

      Returns:
      a DRMargin object.
    • getPageColumnsPerPage

      public int getPageColumnsPerPage()

      Getter for the field pageColumnsPerPage.

      Returns:
      an int.
    • getPageColumnSpace

      public int getPageColumnSpace()

      Getter for the field pageColumnSpace.

      Returns:
      an int.
    • isIgnorePageWidth

      public boolean isIgnorePageWidth()

      isIgnorePageWidth.

      Returns:
      a boolean.
    • isColumnPrintRepeatedDetailValues

      public boolean isColumnPrintRepeatedDetailValues()

      isColumnPrintRepeatedDetailValues.

      Returns:
      a boolean.
    • getColumnWidth

      public int getColumnWidth()

      Getter for the field columnWidth.

      Returns:
      an int.
    • isRemoveLineWhenBlank

      public boolean isRemoveLineWhenBlank()

      isRemoveLineWhenBlank.

      Returns:
      a boolean.
    • isPrintInFirstWholeBand

      public boolean isPrintInFirstWholeBand()

      isPrintInFirstWholeBand.

      Returns:
      a boolean.
    • isPrintWhenDetailOverflows

      public boolean isPrintWhenDetailOverflows()

      isPrintWhenDetailOverflows.

      Returns:
      a boolean.
    • getGroupHeaderLayout

      public GroupHeaderLayout getGroupHeaderLayout()

      Getter for the field groupHeaderLayout.

      Returns:
      a GroupHeaderLayout object.
    • isGroupHideColumn

      public boolean isGroupHideColumn()

      isGroupHideColumn.

      Returns:
      a boolean.
    • isGroupShowColumnHeaderAndFooter

      public boolean isGroupShowColumnHeaderAndFooter()

      isGroupShowColumnHeaderAndFooter.

      Returns:
      a boolean.
    • getGroupPadding

      public int getGroupPadding()

      Getter for the field groupPadding.

      Returns:
      an int.
    • isGroupStartInNewPage

      public boolean isGroupStartInNewPage()

      isGroupStartInNewPage.

      Returns:
      a boolean.
    • isGroupStartInNewColumn

      public boolean isGroupStartInNewColumn()

      isGroupStartInNewColumn.

      Returns:
      a boolean.
    • isGroupReprintHeaderOnEachPage

      public boolean isGroupReprintHeaderOnEachPage()

      isGroupReprintHeaderOnEachPage.

      Returns:
      a boolean.
    • isGroupResetPageNumber

      public boolean isGroupResetPageNumber()

      isGroupResetPageNumber.

      Returns:
      a boolean.
    • getGroupMinHeightToStartNewPage

      public Integer getGroupMinHeightToStartNewPage()

      Getter for the field groupMinHeightToStartNewPage.

      Returns:
      a Integer object.
    • getGroupFooterPosition

      public GroupFooterPosition getGroupFooterPosition()

      Getter for the field groupFooterPosition.

      Returns:
      a GroupFooterPosition object.
    • isGroupKeepTogether

      public boolean isGroupKeepTogether()

      isGroupKeepTogether.

      Returns:
      a boolean.
    • isGroupHeaderWithSubtotal

      public boolean isGroupHeaderWithSubtotal()

      isGroupHeaderWithSubtotal.

      Returns:
      a boolean.
    • isGroupByDataType

      public boolean isGroupByDataType()

      isGroupByDataType.

      Returns:
      a boolean.
    • getSubtotalLabelPosition

      public Position getSubtotalLabelPosition()

      Getter for the field subtotalLabelPosition.

      Returns:
      a Position object.
    • isTableOfContents

      public boolean isTableOfContents()

      isTableOfContents.

      Returns:
      a boolean.
    • getTableOfContentsCustomizer

      public DRITableOfContentsCustomizer getTableOfContentsCustomizer()

      Getter for the field tableOfContentsCustomizer.

      Returns:
      a DRITableOfContentsCustomizer object.
    • isAddGroupToTableOfContents

      public boolean isAddGroupToTableOfContents()

      isAddGroupToTableOfContents.

      Returns:
      a boolean.
    • getTableOfContentsPosition

      public TableOfContentsPosition getTableOfContentsPosition()

      Getter for the field tableOfContentsPosition.

      Returns:
      a TableOfContentsPosition object.
    • getTextFieldWidth

      public int getTextFieldWidth()

      Getter for the field textFieldWidth.

      Returns:
      an int.
    • isTextFieldPrintRepeatedValues

      public boolean isTextFieldPrintRepeatedValues()

      isTextFieldPrintRepeatedValues.

      Returns:
      a boolean.
    • getTextFieldTextAdjust

      public TextAdjust getTextFieldTextAdjust()

      getTextFieldTextAdjust.

      Returns:
      a TextAdjust object.
    • getImageWidth

      public int getImageWidth()

      Getter for the field imageWidth.

      Returns:
      an int.
    • getImageHeight

      public int getImageHeight()

      Getter for the field imageHeight.

      Returns:
      an int.
    • getFillerWidth

      public int getFillerWidth()

      Getter for the field fillerWidth.

      Returns:
      an int.
    • getFillerHeight

      public int getFillerHeight()

      Getter for the field fillerHeight.

      Returns:
      an int.
    • getLineWidth

      public int getLineWidth()

      Getter for the field lineWidth.

      Returns:
      an int.
    • getLineHeight

      public int getLineHeight()

      Getter for the field lineHeight.

      Returns:
      an int.
    • getEllipseWidth

      public int getEllipseWidth()

      Getter for the field ellipseWidth.

      Returns:
      an int.
    • getEllipseHeight

      public int getEllipseHeight()

      Getter for the field ellipseHeight.

      Returns:
      an int.
    • getRectangleRadius

      public Integer getRectangleRadius()

      Getter for the field rectangleRadius.

      Returns:
      a Integer object.
    • getRectangleWidth

      public int getRectangleWidth()

      Getter for the field rectangleWidth.

      Returns:
      an int.
    • getRectangleHeight

      public int getRectangleHeight()

      Getter for the field rectangleHeight.

      Returns:
      an int.
    • getMapWidth

      public int getMapWidth()

      Getter for the field mapWidth.

      Returns:
      an int.
    • getMapHeight

      public int getMapHeight()

      Getter for the field mapHeight.

      Returns:
      an int.
    • getCustomComponentWidth

      public int getCustomComponentWidth()

      Getter for the field customComponentWidth.

      Returns:
      an int.
    • getCustomComponentHeight

      public int getCustomComponentHeight()

      Getter for the field customComponentHeight.

      Returns:
      an int.
    • getBreakWidth

      public int getBreakWidth()

      Getter for the field breakWidth.

      Returns:
      an int.
    • getBreakHeight

      public int getBreakHeight()

      Getter for the field breakHeight.

      Returns:
      an int.
    • getGenericElementWidth

      public Integer getGenericElementWidth()

      Getter for the field genericElementWidth.

      Returns:
      a Integer object.
    • getGenericElementHeight

      public Integer getGenericElementHeight()

      Getter for the field genericElementHeight.

      Returns:
      a Integer object.
    • getListWidth

      public Integer getListWidth()

      Getter for the field listWidth.

      Returns:
      a Integer object.
    • getListHeight

      public Integer getListHeight()

      Getter for the field listHeight.

      Returns:
      a Integer object.
    • getListgap

      public int getListgap()

      Getter for the field listgap.

      Returns:
      an int.
    • getHorizontalCellComponentAlignment

      public HorizontalCellComponentAlignment getHorizontalCellComponentAlignment()

      Getter for the field horizontalCellComponentAlignment.

      Returns:
      a HorizontalCellComponentAlignment object.
    • getVerticalCellComponentAlignment

      public VerticalCellComponentAlignment getVerticalCellComponentAlignment()

      Getter for the field verticalCellComponentAlignment.

      Returns:
      a VerticalCellComponentAlignment object.
    • getMultiPageListWidth

      public int getMultiPageListWidth()

      Getter for the field multiPageListWidth.

      Returns:
      an int.
    • getMultiPageListHeight

      public int getMultiPageListHeight()

      Getter for the field multiPageListHeight.

      Returns:
      an int.
    • getChartWidth

      public int getChartWidth()

      Getter for the field chartWidth.

      Returns:
      an int.
    • getChartHeight

      public int getChartHeight()

      Getter for the field chartHeight.

      Returns:
      an int.
    • getChartSeriesColors

      public List<Color> getChartSeriesColors()

      Getter for the field chartSeriesColors.

      Returns:
      a List object.
    • getChartValuePattern

      public String getChartValuePattern()

      Getter for the field chartValuePattern.

      Returns:
      a String object.
    • getChartPercentValuePattern

      public String getChartPercentValuePattern()

      Getter for the field chartPercentValuePattern.

      Returns:
      a String object.
    • isChartCategoryDatasetUseSeriesAsCategory

      public boolean isChartCategoryDatasetUseSeriesAsCategory()

      isChartCategoryDatasetUseSeriesAsCategory.

      Returns:
      a boolean.
    • getChartTimeSeriesDatasetTimePeriodType

      public TimePeriod getChartTimeSeriesDatasetTimePeriodType()

      Getter for the field chartTimeSeriesDatasetTimePeriodType.

      Returns:
      a TimePeriod object.
    • getChartThermometerPlotValueLocation

      public ValueLocation getChartThermometerPlotValueLocation()

      Getter for the field chartThermometerPlotValueLocation.

      Returns:
      a ValueLocation object.
    • getChartTheme

      public String getChartTheme()

      Getter for the field chartTheme.

      Returns:
      a String object.
    • getSubreportWidth

      public int getSubreportWidth()

      Getter for the field subreportWidth.

      Returns:
      an int.
    • getSubreportHeight

      public int getSubreportHeight()

      Getter for the field subreportHeight.

      Returns:
      an int.
    • getCrosstabWidth

      public int getCrosstabWidth()

      Getter for the field crosstabWidth.

      Returns:
      an int.
    • getCrosstabHeight

      public int getCrosstabHeight()

      Getter for the field crosstabHeight.

      Returns:
      an int.
    • getCrosstabColumnGroupTotalPosition

      public CrosstabTotalPosition getCrosstabColumnGroupTotalPosition()

      Getter for the field crosstabColumnGroupTotalPosition.

      Returns:
      a CrosstabTotalPosition object.
    • getCrosstabRowGroupTotalPosition

      public CrosstabTotalPosition getCrosstabRowGroupTotalPosition()

      Getter for the field crosstabRowGroupTotalPosition.

      Returns:
      a CrosstabTotalPosition object.
    • isCrosstabColumnGroupShowTotal

      public boolean isCrosstabColumnGroupShowTotal()

      isCrosstabColumnGroupShowTotal.

      Returns:
      a boolean.
    • isCrosstabRowGroupShowTotal

      public boolean isCrosstabRowGroupShowTotal()

      isCrosstabRowGroupShowTotal.

      Returns:
      a boolean.
    • getCrosstabColumnGroupTotalHeaderMaxWidth

      public int getCrosstabColumnGroupTotalHeaderMaxWidth()

      Getter for the field crosstabColumnGroupTotalHeaderMaxWidth.

      Returns:
      an int.
    • getCrosstabRowGroupHeaderMaxWidth

      public int getCrosstabRowGroupHeaderMaxWidth()

      Getter for the field crosstabRowGroupHeaderMaxWidth.

      Returns:
      an int.
    • getCrosstabCellMaxWidth

      public int getCrosstabCellMaxWidth()

      Getter for the field crosstabCellMaxWidth.

      Returns:
      an int.
    • getCrosstabOddRowStyle

      public DRSimpleStyle getCrosstabOddRowStyle()

      Getter for the field crosstabOddRowStyle.

      Returns:
      a DRSimpleStyle object.
    • getCrosstabEvenRowStyle

      public DRSimpleStyle getCrosstabEvenRowStyle()

      Getter for the field crosstabEvenRowStyle.

      Returns:
      a DRSimpleStyle object.
    • isCrosstabHighlightOddRows

      public boolean isCrosstabHighlightOddRows()

      isCrosstabHighlightOddRows.

      Returns:
      a boolean.
    • isCrosstabHighlightEvenRows

      public boolean isCrosstabHighlightEvenRows()

      isCrosstabHighlightEvenRows.

      Returns:
      a boolean.
    • getCrosstabGroupStyle

      public DRStyle getCrosstabGroupStyle()

      Getter for the field crosstabGroupStyle.

      Returns:
      a DRStyle object.
    • getCrosstabGroupTotalStyle

      public DRStyle getCrosstabGroupTotalStyle()

      Getter for the field crosstabGroupTotalStyle.

      Returns:
      a DRStyle object.
    • getCrosstabGrandTotalStyle

      public DRStyle getCrosstabGrandTotalStyle()

      Getter for the field crosstabGrandTotalStyle.

      Returns:
      a DRStyle object.
    • getCrosstabCellStyle

      public DRStyle getCrosstabCellStyle()

      Getter for the field crosstabCellStyle.

      Returns:
      a DRStyle object.
    • getCrosstabMeasureTitleStyle

      public DRStyle getCrosstabMeasureTitleStyle()

      Getter for the field crosstabMeasureTitleStyle.

      Returns:
      a DRStyle object.
    • getCrosstabPercentageType

      public CrosstabPercentageType getCrosstabPercentageType()

      Getter for the field crosstabPercentageType.

      Returns:
      a CrosstabPercentageType object.
    • getBooleanComponentType

      public BooleanComponentType getBooleanComponentType()

      Getter for the field booleanComponentType.

      Returns:
      a BooleanComponentType object.
    • isBooleanEmptyWhenNullValue

      public boolean isBooleanEmptyWhenNullValue()

      isBooleanEmptyWhenNullValue.

      Returns:
      a boolean.
    • getBooleanImageWidth

      public int getBooleanImageWidth()

      Getter for the field booleanImageWidth.

      Returns:
      an int.
    • getBooleanImageHeight

      public int getBooleanImageHeight()

      Getter for the field booleanImageHeight.

      Returns:
      an int.
    • getBooleanColumnStyle

      public DRIStyle getBooleanColumnStyle()

      Getter for the field booleanColumnStyle.

      Returns:
      a DRIStyle object.
    • getBooleanHorizontalImageAlignment

      public HorizontalImageAlignment getBooleanHorizontalImageAlignment()

      Getter for the field booleanHorizontalImageAlignment.

      Returns:
      a HorizontalImageAlignment object.
    • getDefaultSplitType

      public SplitType getDefaultSplitType()

      Getter for the field defaultSplitType.

      Returns:
      a SplitType object.
    • getTitleSplitType

      public SplitType getTitleSplitType()

      Getter for the field titleSplitType.

      Returns:
      a SplitType object.
    • getPageHeaderSplitType

      public SplitType getPageHeaderSplitType()

      Getter for the field pageHeaderSplitType.

      Returns:
      a SplitType object.
    • getPageFooterSplitType

      public SplitType getPageFooterSplitType()

      Getter for the field pageFooterSplitType.

      Returns:
      a SplitType object.
    • getColumnHeaderSplitType

      public SplitType getColumnHeaderSplitType()

      Getter for the field columnHeaderSplitType.

      Returns:
      a SplitType object.
    • getColumnFooterSplitType

      public SplitType getColumnFooterSplitType()

      Getter for the field columnFooterSplitType.

      Returns:
      a SplitType object.
    • getGroupHeaderSplitType

      public SplitType getGroupHeaderSplitType()

      Getter for the field groupHeaderSplitType.

      Returns:
      a SplitType object.
    • getGroupFooterSplitType

      public SplitType getGroupFooterSplitType()

      Getter for the field groupFooterSplitType.

      Returns:
      a SplitType object.
    • getDetailHeaderSplitType

      public SplitType getDetailHeaderSplitType()

      Getter for the field detailHeaderSplitType.

      Returns:
      a SplitType object.
    • getDetailSplitType

      public SplitType getDetailSplitType()

      Getter for the field detailSplitType.

      Returns:
      a SplitType object.
    • getDetailFooterSplitType

      public SplitType getDetailFooterSplitType()

      Getter for the field detailFooterSplitType.

      Returns:
      a SplitType object.
    • getLastPageFooterSplitType

      public SplitType getLastPageFooterSplitType()

      Getter for the field lastPageFooterSplitType.

      Returns:
      a SplitType object.
    • getSummarySplitType

      public SplitType getSummarySplitType()

      Getter for the field summarySplitType.

      Returns:
      a SplitType object.
    • getNoDataSplitType

      public SplitType getNoDataSplitType()

      Getter for the field noDataSplitType.

      Returns:
      a SplitType object.
    • getBackgroundSplitType

      public SplitType getBackgroundSplitType()

      Getter for the field backgroundSplitType.

      Returns:
      a SplitType object.
    • getBandStyle

      public DRIStyle getBandStyle()

      Getter for the field bandStyle.

      Returns:
      a DRIStyle object.
    • getBandBackgroundComponent

      public DRIComponent getBandBackgroundComponent()

      Getter for the field bandBackgroundComponent.

      Returns:
      a DRIComponent object.
    • getFont

      public DRFont getFont()

      Getter for the field font.

      Returns:
      a DRFont object.
    • getBigDecimalType

      public DRDataType<Number, BigDecimal> getBigDecimalType()

      Getter for the field bigDecimalType.

      Returns:
      a DRDataType object.
    • getBigIntegerType

      public DRDataType<Number, BigInteger> getBigIntegerType()

      Getter for the field bigIntegerType.

      Returns:
      a DRDataType object.
    • getByteType

      public DRDataType<Number,Byte> getByteType()

      Getter for the field byteType.

      Returns:
      a DRDataType object.
    • getDoubleType

      public DRDataType<Number,Double> getDoubleType()

      Getter for the field doubleType.

      Returns:
      a DRDataType object.
    • getFloatType

      public DRDataType<Number,Float> getFloatType()

      Getter for the field floatType.

      Returns:
      a DRDataType object.
    • getIntegerType

      public DRDataType<Number,Integer> getIntegerType()

      Getter for the field integerType.

      Returns:
      a DRDataType object.
    • getLongType

      public DRDataType<Number,Long> getLongType()

      Getter for the field longType.

      Returns:
      a DRDataType object.
    • getShortType

      public DRDataType<Number,Short> getShortType()

      Getter for the field shortType.

      Returns:
      a DRDataType object.
    • getDateType

      public DRDataType<Date,Date> getDateType()

      Getter for the field dateType.

      Returns:
      a DRDataType object.
    • getDateYearToMonthType

      public DRDataType<Date,Date> getDateYearToMonthType()

      Getter for the field dateYearToMonthType.

      Returns:
      a DRDataType object.
    • getDateYearToHourType

      public DRDataType<Date,Date> getDateYearToHourType()

      Getter for the field dateYearToHourType.

      Returns:
      a DRDataType object.
    • getDateYearToMinuteType

      public DRDataType<Date,Date> getDateYearToMinuteType()

      Getter for the field dateYearToMinuteType.

      Returns:
      a DRDataType object.
    • getDateYearToSecondType

      public DRDataType<Date,Date> getDateYearToSecondType()

      Getter for the field dateYearToSecondType.

      Returns:
      a DRDataType object.
    • getDateYearToFractionType

      public DRDataType<Date,Date> getDateYearToFractionType()

      Getter for the field dateYearToFractionType.

      Returns:
      a DRDataType object.
    • getDateYearType

      public DRDataType<Date,Date> getDateYearType()

      Getter for the field dateYearType.

      Returns:
      a DRDataType object.
    • getDateMonthType

      public DRDataType<Date,Date> getDateMonthType()

      Getter for the field dateMonthType.

      Returns:
      a DRDataType object.
    • getDateDayType

      public DRDataType<Date,Date> getDateDayType()

      Getter for the field dateDayType.

      Returns:
      a DRDataType object.
    • getTimeHourToMinuteType

      public DRDataType<Date,Date> getTimeHourToMinuteType()

      Getter for the field timeHourToMinuteType.

      Returns:
      a DRDataType object.
    • getTimeHourToSecondType

      public DRDataType<Date,Date> getTimeHourToSecondType()

      Getter for the field timeHourToSecondType.

      Returns:
      a DRDataType object.
    • getTimeHourToFractionType

      public DRDataType<Date,Date> getTimeHourToFractionType()

      Getter for the field timeHourToFractionType.

      Returns:
      a DRDataType object.
    • getPercentageType

      public DRDataType<Number,Double> getPercentageType()

      Getter for the field percentageType.

      Returns:
      a DRDataType object.
    • getBooleanType

      public DRDataType<Boolean,Boolean> getBooleanType()

      Getter for the field booleanType.

      Returns:
      a DRDataType object.
    • getCharacterType

      public DRDataType<Character, Character> getCharacterType()

      Getter for the field characterType.

      Returns:
      a DRDataType object.
    • getStringType

      public DRDataType<String,String> getStringType()

      Getter for the field stringType.

      Returns:
      a DRDataType object.
    • getPageXofYHorizontalTextAlignment

      public HorizontalTextAlignment getPageXofYHorizontalTextAlignment()

      Getter for the field pageXofYHorizontalTextAlignment.

      Returns:
      a HorizontalTextAlignment object.
    • isLoadSystemFonts

      public boolean isLoadSystemFonts()

      isLoadSystemFonts.

      Returns:
      a boolean.
    • setLoadSystemFonts

      protected void setLoadSystemFonts(boolean loadSystemFonts)

      Setter for the field loadSystemFonts.

      Parameters:
      loadSystemFonts - a boolean.