lib/openxml/docx/elements/table_row.rb in openxml-docx-0.10.6 vs lib/openxml/docx/elements/table_row.rb in openxml-docx-0.11.0.rc
- old
+ new
@@ -1,8 +1,10 @@
module OpenXml
module Docx
module Elements
- class TableRow < Container
+ class TableRow < OpenXml::Docx::Element
+ include HasChildren, HasProperties
+
tag :tr
with_namespace :w do
attribute :rsidDel, expects: :valid_long_hex
attribute :rsidR, expects: :valid_long_hex