I have just implemented a feature that involves manipulating the SFDT of a Word document in order to make some changes to said document.
To do that, I needed to know the SFDT shape, so I just imported some Word documents to SFDT and looked into them.
Thing is, I wanted a somewhat more rigorous type.
Since the API to export a Word document to SFDT is written in both .Net and Java (both being typed languages), I imagine there is a type which defines the shape of a SFDT.
If there is such a thing, can anyone share it with me?