By the way, how could I get some properties of the text runs, like the name of the font, its size and color, for example?
Thanks... 2006/6/7, mr. jonze <[EMAIL PROTECTED]>:
---------- Forwarded message ---------- From: Nick Burch <[EMAIL PROTECTED]> Date: 07/06/2006 12:21 Subject: RE: org.apache.poi.hslf.model.TextRun To: Erez Eisenstein <[EMAIL PROTECTED]> Cc: POI Users List <[email protected] > On Wed, 7 Jun 2006, Erez Eisenstein wrote: > I am asking about the TextRun[] return from the method > org.apache.poi.hslf.model.Slide.getTextRuns(). My point still stands. It depends on the underlying records that were glued together to make your TextRun. If they came from a SlideListWithAtom (layout based on the Master Slide), then you can't tell where they came from. If they came from an EscherTextboxWrapper (layout is Escher based, in the slide's PPDrawing), then you can ask Escher where it lives. You'll need to step into the records to do this though. Until we grok the master slides stuff, we can't have a common model interface for the positioning. Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/
