

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
4 messages in org.openoffice.fr.progRE: [prog] RE : [prog] Writer : image...| From | Sent On | Attachments |
|---|---|---|
| Abi SAHLI | Nov 17, 2006 2:10 am | |
| Bruno ABRATANSKI | Nov 17, 2006 2:24 am | |
| Françoise | Nov 17, 2006 2:49 am | |
| Françoise | Nov 17, 2006 2:54 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread Paste this link in email or IM: |
| Atom feed for this thread Paste this URL into your reader: |
| Subject: | RE: [prog] RE : [prog] Writer : image dans un tableau | Actions... |
|---|---|---|
| From: | Bruno ABRATANSKI (brun...@laposte.net) | |
| Date: | Nov 17, 2006 2:24:52 am | |
| List: | org.openoffice.fr.prog | |
En fait je n'ai pas de souci pour inserer l'image dans le tableau et la redimensionner. Par contre je voudrais la redimensionner aux dimensions du tableau. Pour cela j'ai le nom du tableau, le nom de la cellule à l'interieur mais je n'ai pas trouvé de proprieté largeur et hauteur du tableau lui-même alors que cela focntionne bien pour un cadre (frame).
-----Message d'origine----- De : Abi SAHLI [mailto:abi....@france-gift.com] Envoyé : vendredi 17 novembre 2006 11:11 À : 'pr...@fr.openoffice.org' Objet : [prog] RE : [prog] Writer : image dans un tableau
Bonjour je te colle ci-dessous partie d'un code ou j'insere des images dans un tableau : Dim posImage as New com.sun.star.awt.Point Dim TailleImage As New com.sun.star.awt.Size Dim Image as Object posImage.x = (numPhoto-1) * 5000 + 750 posImage.y = (numLigne-1) * 8000 + 2000 Image = Confirm.createInstance("com.sun.star.drawing.GraphicObjectShape") With Image if FileExists(imgLien) .GraphicURL = ConvertToURL(imgLien) end if .AnchorType = com.sun.star.text.TextContentAnchorType.AT_PAGE .AnchorPageNo = numPage TailleImage.Width = 4000 TailleImage.Height = 4000 .Size = TailleImage .Position = posImage End With Texte.insertTextContent(Curseur, Image, false) Cordialement Abi -----Message d'origine----- De : Bruno ABRATANSKI [mailto:brun...@laposte.net] Envoyé : vendredi 17 novembre 2006 09:51 À : pr...@fr.openoffice.org Objet : [prog] Writer : image dans un tableau Importance : Haute
Bonjour, J'insere une image dans un tableau. Je voudrais la redimensionner par rapport à celui-ci. Existe-il une proprieté largeur et hauteur ? Bruno ABRATANSKI
********************************************************************* Ce message et tout document transmis sont strictement confidentiels et destines uniquement aux personnes auxquelles ils sont adresses. Ce message electronique a ete controle par un antivirus. ********************************************************************** This email and any files transmitted with it are confidential and intended solel y for whom they are addressed. This email message has been swept for the presence of computer viruses. ********************************************************************** Questo messaggio cosi' come ogni documento inviato, e'strettamente confidenziale .21 Goodbye. Sono destinati solo alle persone indicate nell'indirizzo. Questo messaggio elettronico e'stato controllato da un antivirus. **********************************************************************







