Re: Generating ppt through java

2008-07-15 Thread dinshetty
Hi, Pls explain why TextRun and RichTextRun are used what does it represent. -- View this message in context: http://www.nabble.com/Generating-ppt-through-java-tp18399673p18458602.html Sent from the POI - Dev mailing list archive at Nabble.com.

DO NOT REPLY [Bug 45376] Performance difference between HSSFFormulaEvaluator#evaluateInCell and evaluateFormulaCell

2008-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45376 Sebastian Brocks [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL

Re: help new doc file

2008-07-15 Thread Fabio Alves de Araujo Ebner - Dna
my rows and columns is vary .. i need to create one label's print.. my user will select how many rows and column he wants to print.. and i need to create one(or more) label in each line from my table to print - Original Message - From: Rainer Schwarze [EMAIL PROTECTED] To: POI

Re: Generating ppt through java

2008-07-15 Thread Yegor Kozlov
Dimension of an individual character can be calculated using java.awt.Font.getStringBounds . Example: FontRenderContext frc= new FontRenderContext(null, true, true); Font font = new Font(Arial, Font.ITALIC | Font.BOLD, 10); Rectangle2D bounds = font.getStringBounds(POI, frc); If you have a

DO NOT REPLY [Bug 45398] New: [PATCH] Fix HSSFDateUtil to recognize formats with AM/PM

2008-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45398 Summary: [PATCH] Fix HSSFDateUtil to recognize formats with AM/PM Product: POI Version: unspecified Platform: All OS/Version: All Status: NEW

DO NOT REPLY [Bug 45404] New: [PATCH] New class to obtain formatted cell values

2008-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45404 Summary: [PATCH] New class to obtain formatted cell values Product: POI Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement

DO NOT REPLY [Bug 45404] [PATCH] New class to obtain formatted cell values

2008-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45404 --- Comment #1 from James [EMAIL PROTECTED] 2008-07-15 20:51:19 PST --- Created an attachment (id=22262) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=22262) enhancement source code in zip archive -- Configure bugmail: