10 messages in org.openoffice.fr.prog[prog] [prog API avec Delphi] Comment...
FromSent OnAttachments
Christophe DevallandSep 26, 2005 1:17 pm 
Bernard MarcellySep 27, 2005 1:38 am 
Christophe DevallandSep 27, 2005 2:15 am 
Christophe DevallandSep 27, 2005 2:24 am 
Bernard MarcellySep 27, 2005 3:51 am 
pacSep 27, 2005 5:59 am 
Christophe DevallandSep 27, 2005 6:38 am 
pacSep 29, 2005 1:56 am 
pacSep 30, 2005 1:33 am 
Bernard MarcellySep 30, 2005 4:50 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:[prog] [prog API avec Delphi] Comment mettre une bordure autour d'une cellule ?Actions...
From:pac (pasc@free.fr)
Date:Sep 27, 2005 5:59:06 am
List:org.openoffice.fr.prog

Salut tout le monde, je suis nouveau dans le monde d'OOo, j'arrive déjà à me débrouiller suffisament pour faire des petits trucs, mais je coince sur un code qui doit affecter des bordures, voici mon code en Delphi :

FooRange.TableBorder.TopLine.OuterLineWidth := 30; FooRange.TableBorder.HorizontalLine.OuterLineWidth := 50; FooRange.TableBorder.BottomLine.OuterLineWidth := 40; FooRange.TableBorder.LeftLine.OuterLineWidth := 100; FooRange.TableBorder.VerticalLine.OuterLineWidth := 50; FooRange.TableBorder.RightLine.OuterLineWidth := 200;

avec FooRange un variant qui décide ma cellule, tout le reste du formatage de la cellule fonctionne comme par exemple : FooRange.CharUnderLine := 1; // com.sun.star.awt.FontUnderline.SINGLE pour souligner le texte dans la cellule.

J'ai aussi essayé en changeant les propriétés InnerLineWidth et LineDistance mais rien n'y fait. La (les) cellule(s) sélectionnées restent désespérement sans Bordure.

Quelqu'un a-t-il eu ce problème et a-t-il trouvé une solution ?

Merci.