Interface PrintableColumn

All Superinterfaces:
ExportColumn<PrintableCell>

@PublicApi public interface PrintableColumn extends ExportColumn<PrintableCell>
PrintableColumn is a specialization of ExportColumn for exporting to the printable HTML format.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDurationAsCalendarTime(boolean durationAsCalendarTime)
    A true value specifies that JIRA time tracking settings (number of work hours per day and work days per week) should not be used when converting duration to friendly text (in days and weeks).
    void
    setMultiline(boolean multiline)
    Pass true to this method to allow line breaks for the cells in this column.
    void
    Set the percentage display style for the cells in this column.

    Methods inherited from interface ExportColumn

    getHeaderCell, setRounding
  • Method Details

    • setMultiline

      void setMultiline(boolean multiline)
      Pass true to this method to allow line breaks for the cells in this column. By default line breaks are forbidden (by using a "white-space: nowrap !important" CSS declaration).
      Parameters:
      multiline - true if line breaks are allowed, false otherwise.
    • setPercentageStyle

      void setPercentageStyle(PercentageStyle style)
      Set the percentage display style for the cells in this column. PercentageStyle.PROGRESS_BAR is used when no other style is set.
      Parameters:
      style - The percentage style.
      See Also:
    • setDurationAsCalendarTime

      void setDurationAsCalendarTime(boolean durationAsCalendarTime)
      A true value specifies that JIRA time tracking settings (number of work hours per day and work days per week) should not be used when converting duration to friendly text (in days and weeks).
      Parameters:
      durationAsCalendarTime - duration formatting mode