mirror of
https://github.com/apache/poi.git
synced 2026-02-27 12:30:08 +08:00
* Bug 69935: Add short-based column setters to ClientAnchor Introduce short-based column setters on ClientAnchor to complement the existing int-based setters and improve Kotlin property support. - Add default short setters setCol1(short) and setCol2(short) that delegate to the existing int-based setters. - Add TestClientAnchorShortSetter to verify both the new short-based setters and the existing int-based setters. Tests: - ./gradlew :poi:test --tests 'org.apache.poi.ss.usermodel.TestClientAnchorShortSetter' * Replace @since TBD with 6.0.0 * Add license header to TestClieAdd ASF license header to TestClientAnchorShortSetterntAnchorShortSetter.java Added license header to TestClientAnchorShortSetter.java