https://bz.apache.org/bugzilla/show_bug.cgi?id=58636
Bug ID: 58636
Summary: Upgrade ClientAnchor.get/setAnchorType to use enums
Product: POI
Version: 3.14-dev
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
ClientAnchor uses static final ints to get and set the anchor type. This is the
perfect place for an enum.
https://poi.apache.org/apidocs/org/apache/poi/ss/usermodel/ClientAnchor.html
https://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFClientAnchor.html
https://poi.apache.org/apidocs/org/apache/poi/xssf/usermodel/XSSFClientAnchor.html
Code:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/ClientAnchor.java?revision=1639217&view=markup#l34
--
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]