9 messages in org.openoffice.fr.progRe: [prog] Comment changer la taille ...
FromSent OnAttachments
pacOct 17, 2005 7:41 am 
Alex ThurgoodOct 18, 2005 12:14 am 
Bernard MarcellyOct 18, 2005 9:13 am 
oo...@volcar.orgOct 18, 2005 12:41 pm 
pacOct 18, 2005 11:34 pm 
Laurent GodardOct 19, 2005 4:42 am 
pacOct 20, 2005 10:53 pm 
Laurent GodardOct 21, 2005 3:23 am 
Bernard MarcellyOct 21, 2005 5:56 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:Re: [prog] Comment changer la taille d'une annotation ?Actions...
From:oo...@volcar.org (oo@volcar.org)
Date:Oct 18, 2005 12:41:40 pm
List:org.openoffice.fr.prog

Bonsoir Alex,

Selon Alex Thurgood <alex@free.fr>:

Le lundi 17 octobre 2005 à 16:42 +0200, pac a écrit :

En espérant que ce n'est pas simplement la faute de frappe qui te fait défaut ;-)

oCurseur.CharHieght = 1

oCurseur.CharHeight = 1 Alex

Malheureusement la propriété semble ne pas fonctionner pour une note.

oSheets = ThisComponent.Sheets() oSheet = oSheets.GetByIndex(0) oCell = oSheet.getCellRangeByName("D4") 'xray.xray oCell:exit sub with oCell .CharHeight = 18 .String = "C'est moi" .Annotation.AnnotationShape.CharHeight = 14 .Annotation.AnnotationShape.String = "Encore moi" .Annotation.IsVisible = False end with

La mise en forme est correcte pour la cellule avec .CharHeight = 18 .String = "C'est moi"

mais la note ne veut rien entendre :(

Alors qu'à la mano c'est possible et que l'on retrouve bien la valeur de la propriété sous Xray ;)

Une idée ?

François Gatto