Bug 58802 - [PATCH] HWPF: Allow reading of footnote and endnote properties
Summary: [PATCH] HWPF: Allow reading of footnote and endnote properties
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HWPF (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2016-01-04 21:42 UTC by Moritz Dorka
Modified: 2016-07-17 09:29 UTC (History)
0 users



Attachments
Patch including amended unit test (1.85 KB, application/x-gtar)
2016-01-04 21:42 UTC, Moritz Dorka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Dorka 2016-01-04 21:42:20 UTC
Created attachment 33404 [details]
Patch including amended unit test

Attached is a patch to expose a few methods for reading footnote and endnote properties. Specifically this concerns:

* the numbering format
* the restart qualifier
* the numbering offset

These are all Section properties.
Comment 1 Dominik Stadler 2016-07-17 09:29:42 UTC
Applied via r1753039, thanks for the good patch including some tests.