Niklas Johansson wrote:
> If I were you I would set the Anchor before I insert the image into the
> document. So change the order of these lines:
>
> xText.insertTextContent(cursor, oGraphic, False)
> # Setting the anchor type - must be done first, otherwise the graphic
> will b
If I were you I would set the Anchor before I insert the image into the
document. So change the order of these lines:
xText.insertTextContent(cursor, oGraphic, False)
# Setting the anchor type - must be done first, otherwise the graphic will
be put after the //
oGraphic.AnchorType =
On 15/04/2015 16:00, Piet van Oostrum wrote:
Hello,
I am in the process of converting several Java LO programming examples to
Python. My plan is to do all (or most) of them. Also I try to extend them.
However I encountered some surprises.
I converted LibreOffice4.4_SDK/examples/java/Text/Gra
Hello,
I am in the process of converting several Java LO programming examples to
Python. My plan is to do all (or most) of them. Also I try to extend them.
However I encountered some surprises.
I converted LibreOffice4.4_SDK/examples/java/Text/GraphicsInserter.java which
inserts a graphic imag