How can I get font properties from word document with OpenXML?
var para = wordDocument.MainDocumentPart.RootElement.Descendants<Paragraph>().ToList();
With the code above, I can only get the paragraphs themselves.
Only font insertion shown in forum.
Please help me..
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…