https://issues.apache.org/bugzilla/show_bug.cgi?id=44985

           Summary: HSLF: modifying text causes error: Powerpoint can't read
                    this text
           Product: POI
           Version: 3.0-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=21954)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21954)
Template to modify

Hello everyone,

I have a ppt file as template and I want to replace some parts of text (tagged
between < and >)  of the text in it. Therefore I loop over each slide, get the
TextRuns and RichTextRuns, and call richTextRun.setText(text) for updating the
presentation and keeping the styles.

At the end, I write the SlideShow to a new file. But when I open the output
with PowerPoint, I get an error...
I use POI 3.1-beta1 and PowerPoint2003 SP3 on WindowsXP.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to