RE: need help to insert an image with a caption with the Libo java API

2019-09-16 Thread LORENZO Vincent
: LORENZO Vincent Cc : Kaganski Mike ; Miklos Vajna ; sos ; libreoffice@lists.freedesktop.org Objet : RE: need help to insert an image with a caption with the Libo java API Update > Fields. Listing 397. Creating a set expression sequence field. oField = oDoc.createInsta

RE: need help to insert an image with a caption with the Libo java API

2019-09-06 Thread LORENZO Vincent
; sos ; libreoffice@lists.freedesktop.org Objet : RE: need help to insert an image with a caption with the Libo java API mailto:vincent.lore...@cea.fr>> wrote: Hello everybody, Since my last question, I switched task. Now I come back to my LibreOffice task to resolve my caption proble

RE: need help to insert an image with a caption with the Libo java API

2019-09-06 Thread Andrew Pitonyak
ate.   Regards, /Vincent Lorenzo   De : Andrew Pitonyak Envoyé : jeudi 5 septembre 2019 22:57 À : LORENZO Vincent Cc : Kaganski Mike ; Miklos Vajna ; sos ; libreoffice@lists.freedesktop.org Objet : RE: need help to insert an image with a caption with the Libo java API wrote:   Hello everybo

RE: need help to insert an image with a caption with the Libo java API

2019-09-05 Thread Andrew Pitonyak
queryInterface(XPropertySet.class, oReference); oReferencePropertySet.setPropertyValue("SourceName", "Figure");// I get De la part de LORENZO Vincent Envoyé : vendredi 15 février 2019 14:37 À : Kaganski Mike ; Miklos Vajna ; sos Cc : libreoffice@lists.freedesktop.org Objet :

RE: need help to insert an image with a caption with the Libo java API

2019-09-05 Thread LORENZO Vincent
2019 11:42 À : Miklos Vajna ; LORENZO Vincent Cc : libreoffice@lists.freedesktop.org Objet : Re: need help to insert an image with a caption with the Libo java API On 13.02.2019 12:45, Miklos Vajna via LibreOffice wrote: > Hi, > > On Tue, Feb 12, 2019 at 09:27:15AM +, LORENZO Vincent

RE: need help to insert an image with a caption with the Libo java API

2019-02-15 Thread LORENZO Vincent
t Cc : libreoffice@lists.freedesktop.org Objet : Re: need help to insert an image with a caption with the Libo java API On 13.02.2019 12:45, Miklos Vajna via LibreOffice wrote: > Hi, > > On Tue, Feb 12, 2019 at 09:27:15AM +, LORENZO Vincent > wrote: >> I would like to add a c

Re: need help to insert an image with a caption with the Libo java API

2019-02-13 Thread sos
On 2/13/2019 10:45 AM, Miklos Vajna via LibreOffice wrote: Hi, On Tue, Feb 12, 2019 at 09:27:15AM +, LORENZO Vincent wrote: I would like to add a caption, to an inserted image in a text document, but I don't find how to do that... Please do you have pointer

Re: need help to insert an image with a caption with the Libo java API

2019-02-13 Thread Kaganski Mike via LibreOffice
On 13.02.2019 12:45, Miklos Vajna via LibreOffice wrote: > Hi, > > On Tue, Feb 12, 2019 at 09:27:15AM +, LORENZO Vincent > wrote: >> I would like to add a caption, to an inserted image in a text >> document, but I don't find how to do that... Please do you have >> pointer/documentation for m

Re: need help to insert an image with a caption with the Libo java API

2019-02-13 Thread Michael Weghorn via LibreOffice
[Taking this back to the dev mailing list] On 12/02/2019 19.10, sos wrote: > I supose the image and the IllustrationReference are placed in a textframe ? > > > sub InsertIllustrationReference > oDoc = ThisComponent > oText = oDoc.getText() > oViewCursor = oDoc.getCurrentController().getVie

Re: need help to insert an image with a caption with the Libo java API

2019-02-13 Thread Miklos Vajna via LibreOffice
Hi, On Tue, Feb 12, 2019 at 09:27:15AM +, LORENZO Vincent wrote: > I would like to add a caption, to an inserted image in a text > document, but I don't find how to do that... Please do you have > pointer/documentation for me ? I think captions are just a UI feature. The doc model just stor

Re: need help to insert an image with a caption with the Libo java API

2019-02-12 Thread Michael Weghorn via LibreOffice
Hi, On 12/02/2019 10.27, LORENZO Vincent wrote: >     I would like to add a caption, to an inserted image in a > text document, but I don’t find how to do that… Please do you have > pointer/documentation for me ? Since this is the development mailing list, I'm not sure whether you wan