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

            Bug ID: 55307
           Summary: Analysis PPT cannot obtain font
           Product: POI
           Version: 3.9-dev
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 30626
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30626&action=edit
it's WPS created PPT

if my ppt is Version 2003,

when i use  slide[i].getTextRuns()  Getting font ;

TextRun[] truns = slide[i].getTextRuns();

RichTextRun[] rtruns = truns[k].getRichTextRuns();

rtruns[l].getFontSize()

This is normal

When I create a PPT when using WPS

Access font : rtruns[l].getFontSize()   = 0;

Cause the resulting image is no font

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