コード例 #1
0
 protected static void WriteRawTag(TextWriter s, int depth, Dictionary <string, string> namespaces, string tagname, string tagNamespace, object data)
 {
     OoxmlComplexType.WriteRawTag(s, depth, namespaces, tagname, false, tagNamespace, data);
 }