在下面的示例中,
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER,
new BeveledBorderDecorator(
new VerticalTextPainter(false, true, true)),
DisplayMode.NORMAL,
GridRegion.COLUMN_HEADER);
列标题文本垂直对齐,如何将此样式应用于特定列而不是所有列,寻找指导。提前致谢