Hi, I'm sorry that I didn't mention that I'm talking about tables in PPT-Files.
So does anyone know how to read the properties from an existing PPT-Table? Thanks Thorsten -------- Original-Nachricht -------- > Datum: Tue, 26 Aug 2008 23:43:21 -0700 (PDT) > Von: Anthony Andrews <[EMAIL PROTECTED]> > An: POI Users List <[email protected]> > Betreff: Re: How to read table border > Hello Thorsten. > > I am going to assume that you are referring to a table within a > spreadsheet and that you are, therefore, using HSSF. If this assumption is > incorrect, > then ignore the rest of the message. > > The border properties are part of the cell properties. Therefore, one way > you can discover what they are is to gain references to the cells that form > the periphery of the table, access each ones HSSFCellStyle object and then > read the border properties from there. If I remember correctly, there is a > way to refer to a contiguous area of cells and set properties for that - > like the border around a table - now but I cannot recall the name of the > class or method that allows you to do that, sorry. It may be worth waiting for > someone else to respond with that information. > > > > --- On Tue, 8/26/08, Thorsten Bux <[EMAIL PROTECTED]> wrote: > From: Thorsten Bux <[EMAIL PROTECTED]> > Subject: How to read table border > To: [email protected] > Date: Tuesday, August 26, 2008, 8:36 AM > > Hi, > > I try to read the border properties of an existing table. > e.g border color, border style, ... > > how to do this. > > Thanks for your answer. > > Thorsten > -- > Psssst! Schon das coole Video vom GMX MultiMessenger gesehen? > Der Eine für Alle: http://www.gmx.net/de/go/messenger03 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion! http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
