Hi Teresa, the new common_sl code was committed after I've pushed the 3.13 beta1 release, so it's living only on the trunk for now.
> If a text is in one of styles (italics, bold, etc), then it gets splits and > very difficult to put them together into a same bullet statement. When a x/hslf slideshow is loaded, the textruns are taken from the input. Usually the input keep the same styling for a run, but creates a new entry for a new paragraph. When a hslf slideshow is safed and the paragraph was modified, the run properties are compared and the textruns are merged in case the properties match. > With new <HSLFTextParagraph> class, I understand "isBullet()" method is no > longer in "RichTextRun[]" which gives me a desire to test. RichTextRun doesn't exist anymore and getBulletStyle() is probably what you are looking for. Feel free to send me test code / files and I'll have a look. I can't promise you immediate response, as there are still some problems with the integration build (gump). Andi. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
