【发布时间】:2021-02-19 21:24:39
【问题描述】:
在下面的例子中,
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER,
new BeveledBorderDecorator(
new VerticalTextPainter(false, true, true)),
DisplayMode.NORMAL,
GridRegion.COLUMN_HEADER);
列标题文本垂直对齐,如何将此样式应用于特定列而不是所有列,寻求指导。 提前致谢
【问题讨论】: