Bug 64976 - Change some methods to return ints instead of shorts (Font and CellStyle)
Summary: Change some methods to return ints instead of shorts (Font and CellStyle)
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-11 18:16 UTC by PJ Fanning
Modified: 2020-12-11 18:16 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PJ Fanning 2020-12-11 18:16:35 UTC
These are APIs that were deprecated and now have been changed instead of being removed. The common spreadsheet interfaces are implemented by both HSSF and XSSF.

* CellStyle#getFontIndex -- CellStyle#getFontIndexAsInt is now deprecated
* Font#getIndex -- Font#getIndexAsInt is now deprecated
Comment 1 PJ Fanning 2020-12-11 18:16:52 UTC
resolved in v5.0.0