You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2013/07/25 09:48:12 UTC

[Bug 55307] New: Analysis PPT cannot obtain font

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: dev@poi.apache.org
          Reporter: 1392811036@qq.com

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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 55307] Analysis PPT cannot obtain font

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55307

--- Comment #1 from Atom <13...@qq.com> ---
Created attachment 30627
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30627&action=edit
it's office 2003 created PPT

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org