Posted on Wed Jan 17 00:33:28 2007
by jeunicein response to 4057(See the whole thread of 4)
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.