

![]() | 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: |
9 messages in org.openoffice.fr.progRe: [prog] Options d'image| From | Sent On | Attachments |
|---|---|---|
| Bernard Gacongne | Apr 17, 2005 1:25 pm | |
| Francois Gatto (xhydrogene) | Apr 18, 2005 10:18 am | |
| Francois Gatto (xhydrogene) | Apr 18, 2005 10:23 am | |
| Bernard Gacongne | Apr 19, 2005 10:44 am | |
| Francois Gatto (xhydrogene) | Apr 22, 2005 3:51 am | |
| Laurent Godard | Apr 22, 2005 3:56 am | |
| Francois Gatto (xhydrogene) | Apr 22, 2005 4:19 am | |
| Bernard Gacongne | Apr 22, 2005 2:17 pm | |
| Bob | Apr 22, 2005 2:43 pm |

![]() | 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] Options d'image | Actions... |
|---|---|---|
| From: | Francois Gatto (xhydrogene) (oo...@volcar.org) | |
| Date: | Apr 18, 2005 10:18:51 am | |
| List: | org.openoffice.fr.prog | |
Bonsoir Bernard,
Je ne saisi pas bien ce que tu veux entreprendre mais les propriétés du document et des images peuvent être disponibles dans le fichier :
où l'on pourra récupérer des éléments comparables à :
<table:table-cell table:style-name="Tableau1.A1" table:value-type="string"><text:p text:style-name="Table Heading"><draw:image draw:style-name="fr1" draw:name="Image1" text:anchor-type="paragraph" svg:width="2.646cm" svg:height="1.984cm" draw:z-index="0" xlink:href="#Pictures/10000000000000640000004BC92E3B35.gif" xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/></text:p></table:table-cell>
On y aperçoit que les images (par défaut) sont nommées et numérotées de manières séquentielles comme suit: ImageN ou N est un numéro incrémentiel.
La séquence : xlink:href="#Pictures/10000000000000640000004BC92E3B35.gif" indique ici le "chemin" inclu dans le fichier (zippé).
Les propriétés de l'image (hauteur, largeur) sont quant à elles disponibles sous width et height.
Espérant t'apporter des indications utiles.
François
Bonne exploration !
PS : dans le manisfest on pourra y récupérer également des données du type :
<manifest:file-entry manifest:media-type="application/vnd.sun.xml.writer" manifest:full-path="/"/> <manifest:file-entry manifest:media-type="image/gif" manifest:full-path="Pictures/10000000000000640000004BDD3CD5AB.gif"/> <manifest:file-entry manifest:media-type="image/gif" manifest:full-path="Pictures/10000000000000640000004BC92E3B35.gif"/> <manifest:file-entry manifest:media-type="" manifest:full-path="Pictures/"/>
Bernard Gacongne a écrit :
Bonjour.
A partir d'un document texte.sxw dans lequel il y a un tableau et beaucoup d'images je cherche à extraire de ces images les valeurs des options , en particulier "Nom" et "Texte (facultatif)".
Merci de votre aide. Bernard







