in reply to Re: How to add a footnote in MS Word using win32::ole
in thread How to add a footnote in MS Word using win32::ole
Hi, Is there anyway to format the footnote text that is added to the Word doc?
#---------------------------------------- #Insert Footnote Here $selection->Move(-1); $selection->Footnotes->Add( $selection->{Range},"1", "This is the <i>F +irst Footnote</i>"); $selection->Move(1);
The text within the "i" tags should be in Italics Format in Footnote in word document.
|
|---|