in reply to Re: How do I apply formatting to a particular word in a docx file using Win32::Ole in Perl?
in thread How do I apply formatting to a particular word in a docx file using Win32::Ole in Perl?
And I get the following hash keys: Count First Last Application Creator Parentmy @keys = keys %{$w}; print @keys,"\n";
It seems I can only use something like $w->First->Text. But I'm stuck there :(
|
|---|