Bug 59877 - The current picture handling uses raw integers for types and index, replace with enum and reference
Summary: The current picture handling uses raw integers for types and index, replace w...
Status: NEW
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 3.15-dev
Hardware: PC All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks: 59836
  Show dependency tree
 
Reported: 2016-07-17 19:45 UTC by Javen O'Neal
Modified: 2017-01-20 05:15 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javen O'Neal 2016-07-17 19:45:43 UTC
In bug 58190, picture handling for Common SL was changed from using raw integers to enums. The same changes should be made to Common SS.
Comment 1 Javen O'Neal 2017-01-20 05:15:21 UTC
These might be able to be moved to o.a.p.common.usermodel.PictureType

o.a.p.sl.usermodel.PictureData.PictureType
o.a.p.ss.usermodel.Workbook.PICTURE_TYPE_*
o.a.p.hwpf.usermodel.PictureType
o.a.p.xwpf.usermodel.Document.PICTURE_TYPE_*