https://bz.apache.org/bugzilla/show_bug.cgi?id=58787
--- Comment #33 from Mark Murphy <[email protected]> --- (In reply to Javen O'Neal from comment #32) > I can roll back the changes for BorderPropertyTemplate and add > CellStyleTemplate. I like that idea better. Maybe rewrite RegionUtil as well > if you want a class that operates on a cell range rather than a single cell. I have some ideas for RegionUtil that would take advantage of CellStyleTemplate. I just need to decide how to implement them. We could set up some methods that would draw a full grid, or horizontal lines or vertical lines, or full grid with an outline. Potentially other combinations, but what is the best way to do that. Then when CellStyleTemplate supports fills we could add even/odd banding in RegionUtil. Still meditating on that. This is just to make CellStyleTemplate more approachable. Maybe to keep things simple we should just have an enum of predefined CellStyleTemplates accessible from RegionUtil with a single call, and anything more complex would call for direct use of the CellStyleTemplate. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
