Import file and centralize?

Asked by K Vanhees

I'm able to successfully import an image, but I would like to have it centred at the same time. I have been playing with the "style" option of document(), but so far without any luck.
I'm new at this, so I think I miss something basic here.
Thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Appy Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Gaëtan Delannay (gaetan-delannay) said :
#2

Hi,
Try to create a note, into a paragraph that you center in LibreOffice, that includes the image as a "char":

do text
from document(at='/your/image.png', anchor='char')

Cheers
Gaetan

Revision history for this message
Gaëtan Delannay (gaetan-delannay) said :
#3

Solved?