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

           Summary: Title placeholder not recognized by Powerpoint 2003
           Product: POI
           Version: 3.2-FINAL
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P2
         Component: HSLF
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I'm creating a single slide with title. 
However, when I "Apply Style" in Powerpoint, it creates a new title placeholder
for the program-created slide. This does not happen for slides created by
Powerpoint. It seems as if the title placeholder is missing some kind of
attribute that makes Powerpoint recognize it- or it's an powerpoint issue...

Sample:

ppt = new SlideShow();
Slide slide = ppt.createSlide();
slide.addTitle().setText("Management Summary");


-- 
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