4 messages in org.openoffice.fr.progRéf. : [prog] Réf. : RE: [prog] RE : ...
FromSent OnAttachments
Abi SAHLINov 17, 2006 2:10 am 
Bruno ABRATANSKINov 17, 2006 2:24 am 
FrançoiseNov 17, 2006 2:49 am 
FrançoiseNov 17, 2006 2:54 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Réf. : [prog] Réf. : RE: [prog] RE : [prog] Writer : image dans un tableauActions...
From:Françoise (fran@versateladsl.be)
Date:Nov 17, 2006 2:54:13 am
List:org.openoffice.fr.prog

petite erreur, j'ai rectifié :

tableau aligné à gauche, largeur de 80%:

maTable.horiOrient=com.sun.star.text.horiOrientation.LEFT-AND-WIDTH maTable.IsWidthRelartive=true maTable.RelativeWidth=80 maTableLeftMargin=2000 '20 mm

Tableau centré, largeur absolue :

maTable.horiOrient=com.sun.star.text.horiOrientation.CENTER maTable.IsWidthRelartive=false maTable.Width=8000

tableau aligné à gauche, largeur absolue :

maTable.horiOrient=com.sun.star.text.horiOrientation.LEFT-AND-WIDTH maTable.IsWidthRelartive=false maTable.RelativeWidth=4000 maTableLeftMargin=1000 '10 mm

-------Message original-------

De : Françoise Date : 17/11/2006 11:49:43 A : pr@fr.openoffice.org Sujet : [prog] Réf. : RE: [prog] RE : [prog] Writer : image dans un tableau

Il semblerait que pour la hauteur ce serait:

tableau aligné à gauche, largeur de 80%:

maTable.horiOrient=com.sun.star.text.horiOrientation.LEFT-AND-WIDTH maTable.IsWidthRelartive=true maTable.RelativeWidth=80 maTableLeftMargin=2000 '20 mm

Tableau centré, largeur absolue :

maTable.horiOrient=com.sun.star.text.horiOrientation.CENTER maTable.IsWidthRelartive=false maTable.Width=8000

tableau aligné à gauche, largeur absolue :

maTable.horiOrient=com.sun.star.text.horiOrientation.LEFT-AND-WIDTH maTable.IsWidthRelartive=false maTable.RelativeWidth=4000 maTableLeftMargin=1000 '10 mm

voilà si cela peut t'aider, c'est bien ! Françoise

-------Message original-------

De : Bruno ABRATANSKI Date : 11/17/06 11:25:41 A : pr@fr.openoffice.org Sujet : RE: [prog] RE : [prog] Writer : image dans un tableau

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. **********************************************************************