Re: Finding and navigating headings

2016-07-16 Thread Mark Murphy
In XWPF, there is nothing about a style that indicates that it is a heading style. If you want to understand how TOC determines what to call a heading, you can look in the specs Part 4: Markup Language Reference, December 2006 section 2.16.5.75. You will see that it generally will use the style nam

Re: Finding and navigating headings

2016-07-16 Thread Dominik Stadler
Hi, it seems nobody can provide much information for this task. So your best option is likely to take a look at the spec-documents listed at *http://poi.apache.org/guidelines.html#GetInvolved * and check if you can find anything useful. If you kn

Finding and navigating headings

2016-07-14 Thread Branden Visser
Hello, I'm using Apache POI to extract heading (not header/footer) content from a document. Essentially, I need to: 1. Determine if it has headings 2. Get the headings in order as they appear in the document (i.e., reading order) 3. Get the "heading levels" if possible The point of this is to in