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?...by heading styles: Document doc = new Document(@"C:\Temp\in.docx");...Document[] parts = SplitByStyle(doc, new StyleIdentifier[] { StyleIdentifier...