0
檢索特定OPENXML元件Word文檔我在OpenXML格式狀元件路徑:如何通過元素路徑
/W:文件[1]/W:體[1]/W:P [1]
我需要從WordprocessingDocument得到這個元素作爲OpenXmlElement
事情是這樣的:
public OpenXmlElement GetElementByPath(WordprocessingDocument doc, string path)
{
// Some Logic
return element;
}
有人,請幫助