本文介绍了如何使用C#with open xml从word文档中获取没有不可见textframes内容的内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

不确定内容来自word文档,但是在C#中使用openXML在文档中选择和回退的单词AlternateContent中存在一个不可见的文本框,因为文字处理文本框出现在单词2013中  



没有不可见的文本框架,如何使用C#with open xml从Word文档中获取内容




RL Kiran

解决方案

Uncertain where content is coming from word document, but guessing an invisible text box is present in word AlternateContent of Choice and Fallback in document using openXML in C#, since word processing textframes are coming in word 2013  

Without invisible text frames, how to get the content from word documents with using C# with open xml


R L Kiran

解决方案


这篇关于如何使用C#with open xml从word文档中获取没有不可见textframes内容的内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 08:29