Uses of Interface
com.almworks.jira.structure.api.export.ExportCell
Packages that use ExportCell
Package
Description
-
Uses of ExportCell in com.almworks.jira.structure.api.export
Classes in com.almworks.jira.structure.api.export with type parameters of type ExportCellModifier and TypeInterfaceDescriptioninterfaceExportColumn<C extends ExportCell>ExportColumnrepresents a single column in the underlying table-like medium (e.g.interfaceExportRenderer<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 ExportCell in com.almworks.jira.structure.api.export.excel
Subinterfaces of ExportCell in com.almworks.jira.structure.api.export.excelModifier and TypeInterfaceDescriptioninterfaceExcelCellis a specialization ofExportCellfor exporting to the Microsoft Excel format, offering limited support for Excel-specific styling. -
Uses of ExportCell in com.almworks.jira.structure.api.export.printable
Subinterfaces of ExportCell in com.almworks.jira.structure.api.export.printableModifier and TypeInterfaceDescriptioninterfacePrintableCellis a specialization ofExportCellfor exporting to the printable HTML format.