I have a Word document with multiple headings (all are Level 1). Each heading is followed by a section of text. Is there a way to extract all headings and the specific content under each one?...python version of the code: doc = aw.Document("C:\\Temp\\in.docx")...split_by_style(doc, [aw.StyleIdentifier.HEADING1, aw.StyleIdentifier...