I am trying to write a parser for OneNote files.
I would like to get a complete list of all the Property IDs to Property Name.
Here is what I have so far: https://github.com/nddipiazza/onenote-parser-java/blob/5e291a7e6666b4ee62e0f13d9422ca5b4f223e6f/src/main/java/org/apache/tika/onenote/Properties.java
But I cannot find various other ones that appear in documents, such as 0x348b
.
Where can I find a complete, definitive list?
Ah I just didn't google hard enough.
Here it is:
My list was complete from the above link.