Is there a way to rotate the text in a cell and center it vertically within the cell? I tried the following. The rotation worked, but the alignment was ignored.
style.setAlignment(CellStyle.ALIGN_CENTER); style.setRotation((short) 90); -- R. Mark Volkmann Object Computing, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
