Uses of Interface
com.almworks.jira.structure.api.export.ExportColumn
Packages that use ExportColumn
Package
Description
-
Uses of ExportColumn in com.almworks.jira.structure.api.export
Classes in com.almworks.jira.structure.api.export with type parameters of type ExportColumnModifier and TypeInterfaceDescriptioninterfaceExportRenderer<C extends ExportCell,M extends ExportColumn<C>> AnExportRenderercorresponds to a single column of the underlying table-like medium (e.g.interfaceExportRendererProvider<C extends ExportCell,M extends ExportColumn<C>> ExportRendererProviderprocesses the export requests for the Structure widget columns. -
Uses of ExportColumn in com.almworks.jira.structure.api.export.excel
Subinterfaces of ExportColumn in com.almworks.jira.structure.api.export.excelModifier and TypeInterfaceDescriptioninterfaceExcelColumnis a specialization ofExportColumnfor exporting to the Microsoft Excel format, offering limited support for Excel-specific styling. -
Uses of ExportColumn in com.almworks.jira.structure.api.export.printable
Subinterfaces of ExportColumn in com.almworks.jira.structure.api.export.printableModifier and TypeInterfaceDescriptioninterfacePrintableColumnis a specialization ofExportColumnfor exporting to the printable HTML format.