|
@@ -46,6 +46,38 @@ namespace HTEXLib.DOCX.OpenXmlTool
|
|
xmlnsManager.AddNamespace("wp", "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing");
|
|
xmlnsManager.AddNamespace("wp", "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing");
|
|
xmlnsManager.AddNamespace("wp", "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing");
|
|
xmlnsManager.AddNamespace("wp", "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing");
|
|
xmlnsManager.AddNamespace("wps", "http://schemas.microsoft.com/office/word/2010/wordprocessingShape");
|
|
xmlnsManager.AddNamespace("wps", "http://schemas.microsoft.com/office/word/2010/wordprocessingShape");
|
|
|
|
+ xmlnsManager.AddNamespace("wpc", "http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas");
|
|
|
|
+ xmlnsManager.AddNamespace("cx", "http://schemas.microsoft.com/office/drawing/2014/chartex");
|
|
|
|
+ xmlnsManager.AddNamespace("cx1", "http://schemas.microsoft.com/office/drawing/2015/9/8/chartex");
|
|
|
|
+ xmlnsManager.AddNamespace("cx2", "http://schemas.microsoft.com/office/drawing/2015/10/21/chartex");
|
|
|
|
+ xmlnsManager.AddNamespace("cx3", "http://schemas.microsoft.com/office/drawing/2016/5/9/chartex");
|
|
|
|
+ xmlnsManager.AddNamespace("cx4", "http://schemas.microsoft.com/office/drawing/2016/5/10/chartex");
|
|
|
|
+ xmlnsManager.AddNamespace("cx5", "http://schemas.microsoft.com/office/drawing/2016/5/11/chartex");
|
|
|
|
+ xmlnsManager.AddNamespace("cx6", "http://schemas.microsoft.com/office/drawing/2016/5/12/chartex");
|
|
|
|
+ xmlnsManager.AddNamespace("cx7", "http://schemas.microsoft.com/office/drawing/2016/5/13/chartex");
|
|
|
|
+ xmlnsManager.AddNamespace("cx8", "http://schemas.microsoft.com/office/drawing/2016/5/14/chartex");
|
|
|
|
+ xmlnsManager.AddNamespace("mc", "http://schemas.openxmlformats.org/markup-compatibility/2006");
|
|
|
|
+ xmlnsManager.AddNamespace("aink", "http://schemas.microsoft.com/office/drawing/2016/ink");
|
|
|
|
+ xmlnsManager.AddNamespace("am3d", "http://schemas.microsoft.com/office/drawing/2017/model3d");
|
|
|
|
+ xmlnsManager.AddNamespace("o", "urn:schemas-microsoft-com:office:office");
|
|
|
|
+ xmlnsManager.AddNamespace("r", "http://schemas.openxmlformats.org/officeDocument/2006/relationships");
|
|
|
|
+ xmlnsManager.AddNamespace("m", "http://schemas.openxmlformats.org/officeDocument/2006/math");
|
|
|
|
+ xmlnsManager.AddNamespace("v", "urn:schemas-microsoft-com:vml");
|
|
|
|
+ xmlnsManager.AddNamespace("wp14", "http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing");
|
|
|
|
+ xmlnsManager.AddNamespace("wp", "http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing");
|
|
|
|
+ xmlnsManager.AddNamespace("w10", "urn:schemas-microsoft-com:office:word");
|
|
|
|
+ xmlnsManager.AddNamespace("w", "http://schemas.openxmlformats.org/wordprocessingml/2006/main");
|
|
|
|
+ xmlnsManager.AddNamespace("w14", "http://schemas.microsoft.com/office/word/2010/wordml");
|
|
|
|
+ xmlnsManager.AddNamespace("w15", "http://schemas.microsoft.com/office/word/2012/wordml");
|
|
|
|
+ xmlnsManager.AddNamespace("w16cex", "http://schemas.microsoft.com/office/word/2018/wordml/cex");
|
|
|
|
+ xmlnsManager.AddNamespace("w16cid", "http://schemas.microsoft.com/office/word/2016/wordml/cid");
|
|
|
|
+ xmlnsManager.AddNamespace("w16", "http://schemas.microsoft.com/office/word/2018/wordml");
|
|
|
|
+ xmlnsManager.AddNamespace("w16se", "http://schemas.microsoft.com/office/word/2015/wordml/symex");
|
|
|
|
+ xmlnsManager.AddNamespace("wpg", "http://schemas.microsoft.com/office/word/2010/wordprocessingGroup");
|
|
|
|
+ xmlnsManager.AddNamespace("wpi", "http://schemas.microsoft.com/office/word/2010/wordprocessingInk");
|
|
|
|
+ xmlnsManager.AddNamespace("wne", "http://schemas.microsoft.com/office/word/2006/wordml");
|
|
|
|
+ xmlnsManager.AddNamespace("wps", "http://schemas.microsoft.com/office/word/2010/wordprocessingShape");
|
|
|
|
+ xmlnsManager.AddNamespace("pt14", "http://powertools.codeplex.com/2011");
|
|
}
|
|
}
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 处理 LineReference 轮廓 a:lnRef
|
|
/// 处理 LineReference 轮廓 a:lnRef
|