RE: _getRawParagraphStyle(), _getRawCharacterStyle()

2006-07-12 Thread Erez Eisenstein
Okay, thanks :) -Original Message- From: Nick Burch [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 3:05 PM To: POI Users List Subject: RE: _getRawParagraphStyle(), _getRawCharacterStyle() On Wed, 12 Jul 2006, Erez Eisenstein wrote: > So all I really need from each TextP

RE: _getRawParagraphStyle(), _getRawCharacterStyle()

2006-07-12 Thread Nick Burch
On Wed, 12 Jul 2006, Erez Eisenstein wrote: So all I really need from each TextProp is just the name & value ? Yes (and to know what each name and value means...) That's the harder bit! If you do find certain ones useful, we can easily add nice setters/getters to RichTextRun for them Ni

RE: _getRawParagraphStyle(), _getRawCharacterStyle()

2006-07-12 Thread Erez Eisenstein
So all I really need from each TextProp is just the name & value ? (and to know what each name and value means...) -Original Message- From: Nick Burch [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 2:57 PM To: POI Users List Subject: RE: _getRawParagraphS

RE: _getRawParagraphStyle(), _getRawCharacterStyle()

2006-07-12 Thread Nick Burch
On Wed, 12 Jul 2006, Erez Eisenstein wrote: What does the "Size" attribute of the TextProp means? Same question for "Mask" and "WriteMask"? You shouldn't need them, unless you're trying to write them out. They relate to how big the data field is, and how you indicate that the TextProp exists

RE: _getRawParagraphStyle(), _getRawCharacterStyle()

2006-07-12 Thread Erez Eisenstein
What does the "Size" attribute of the TextProp means? Same question for "Mask" and "WriteMask"? Thanks -Original Message- From: Nick Burch [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 1:53 PM To: POI Users List Subject: Re: _getRawParagraph

Re: _getRawParagraphStyle(), _getRawCharacterStyle()

2006-07-12 Thread Nick Burch
On Wed, 12 Jul 2006, Erez Eisenstein wrote: RichTextRun class has _getRawParagraphStyle() and _getRawCharacterStyle() methods, that I am using to extract a LinkedList of TextProp instances. For each text styling applied to the characters, or their paragraph, there will be an entry in the appro

_getRawParagraphStyle(), _getRawCharacterStyle()

2006-07-12 Thread Erez Eisenstein
Hi, I need some help with org.apache.poi.hslf RichTextRun class has _getRawParagraphStyle() and _getRawCharacterStyle() methods, that I am using to extract a LinkedList of TextProp instances. How do I use the TextProp instance to make out the bullets and numbering of several lines of text? Whe