Bug 61208

Summary: POI Quick-Guide correction in "Drawing Borders". Replace PropertyTemplate.Extent by BorderExtent
Product: POI Reporter: Alexander Riccio <Alexander.Riccio>
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Alexander Riccio 2017-06-22 12:35:25 UTC
Just noticed that in the Quick Guide, in the Drawing Borders section, instead of PropertyTemplate.Extent.ALL, it should read BorderExtent.ALL.  This is the same for all other references to the BorderExtent Constance in that section.

https://poi.apache.org/spreadsheet/quick-guide.html#DrawingBorders

Thank you,

Alex
Comment 1 Nick Burch 2017-06-22 20:40:23 UTC
And this is why the code snippets on the Apache Tika website are drawn straight from the examples source tree, complete with compilation checks and unit tests! :)

Hopefully fixed + published in r1799620, please let us know if any problems remain!