On Thu, Jan 20, 2011 at 10:55 AM, Nick Burch <[email protected]> wrote:
> On Thu, 20 Jan 2011, Mark Volkmann wrote:
>>
>> Is there a way to rotate the text in a cell and center it vertically
>> within the cell?
>
> Try setting a vertical alignment too?

Good idea! It didn't work though. I now have this:

style.setRotation((short) 90);
style.setAlignment(CellStyle.ALIGN_CENTER);
style.setVerticalAlignment(CellStyle.ALIGN_CENTER);

-- 
R. Mark Volkmann
Object Computing, Inc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to