Interface ExportStyleCustomizerInterface
- All Known Subinterfaces:
ExcelPoiBasedStreamingStyleCustomizerInterface
public interface ExportStyleCustomizerInterface
interface for classes that can be used to customize visual style aspects of
exports/reports.
Anticipates very different sub-interfaces based on the file type being generated,
and the capabilities of each. e.g., excel (bolds, fonts, cell merging) vs
json (different structure of objects).