I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-01-16 22:33:28-08 by jeunice in response to 4057
Re: Setting an image anchor type
In such situations, I find myself often dropping down to pure XML::Twig. In this case, that'd be something like $element->set_att('text:anchor-type' => 'paragraph'), where $element points to the <draw:image ... /> element.
Direct Responses: 4067 | 4074 | Write a response