Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 96955 invoked from network); 12 Jul 2006 16:38:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 16:38:40 -0000 Received: (qmail 43192 invoked by uid 500); 12 Jul 2006 16:38:37 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 43178 invoked by uid 500); 12 Jul 2006 16:38:37 -0000 Mailing-List: contact poi-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "POI Users List" Reply-To: "POI Users List" Delivered-To: mailing list poi-user@jakarta.apache.org Received: (qmail 43167 invoked by uid 99); 12 Jul 2006 16:38:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 09:38:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [81.187.40.70] (HELO fluffy.torchbox.com) (81.187.40.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 09:38:36 -0700 Received: from grenache.internal.torchbox.com ([192.168.1.81]) by fluffy.torchbox.com with esmtp (Exim 4.50) id 1G0hj5-0005t1-5m for poi-user@jakarta.apache.org; Wed, 12 Jul 2006 17:38:15 +0100 Date: Wed, 12 Jul 2006 17:38:15 +0100 (BST) From: Nick Burch X-X-Sender: nick@localhost.localdomain To: POI Users List Subject: Re: _getRawParagraphStyle() In-Reply-To: <9304C56C48F78D4181274080B59D8D80C52968@exmx.axismobile.com> Message-ID: References: <9304C56C48F78D4181274080B59D8D80C52968@exmx.axismobile.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: -104.3 (---------------------------------------------------) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Wed, 12 Jul 2006, Erez Eisenstein wrote: > Using the _getRawParagraphStyle() method, I've looked at the TextProp > names and values I get from a PPT file, that uses numbering. After that, > I changed the numbering (from numbers to letters), and looked at the > TextProps - but they are all the same. Can I check exactly what you did? Did you take two powerpoint files, one with number bullets, and one with letter bullets, and compare the TextProps on the bulleted text? If so, were they the same? In that case, what you'll need to do is create a document with a single page, containing a single list, with say 3 entries in it. Save it. Open it, swap the bullet style, and save to a new file. Now compare the two, and see where they differ. That should tell you what records hold the details you're after. > Is this information stored in a different place? Your guess is as good as ours.... Nick --------------------------------------------------------------------- To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/