Assuming $shape is a previously created shape object (i.e.
the return value of the insertElement or appendElement
instruction which created the shape), one can simply write:
<br>
<code>
$doc->appendParagraph
(
text => "the text",
style => "MyParagraphStyle",
attachment => $shape
);
</code>
<br>
Note: a new paragraph could be attached this way to many
other kinds of containers
To write a respons, access
http://ww
w.cpanforum.com/response_form/3562
To see the full thread, access
http://www.cpan
forum.com/threads/3467
--
You are getting this messages from www.cpanforum.com
To change your subscription information visit http://www.cpanforum.
com/mypan/
|