我正在尝试将一个单词文件中的所有表读入一个列表,尽管由于某种原因,无论文件中有多少个表,计数都是0。这是我的代码。
public void FindAndReplace(string DocPath)
{
using (WordprocessingDocument doc = WordprocessingDocument.Open(DocPath, true))
{
using (StreamReader reader = new StreamReader(doc.MainDocumentPart.GetStream()))
{
//Text titlePlaceholder = doc.MainDocumentPart.Document.Body.Descendants<Text>().Where((x) => x.Text == "Compliance Review By:").First();
List<Table> tables = doc.MainDocumentPart.Document.Descendants<Table>().ToList();
System.Console.WriteLine(tables.Count);
table.Count =0。我在做什么错?
慕村225694
慕勒3428872
哈士奇WWW
相关分类