OpenOffice-OODoc - Re: How to change text style of cell

Posted on Wed Mar 21 20:05:54 2007 by cajun in response to 4647 (See the whole thread of 3)
Re: How to change text style of cell
It worked, thanks! So many methods...so little time. ;-)

my $cellPara=$c->getCellParagraph($cell); $c->textStyle($cellPara,'Heading 4');


Awesome API!
Write a response