lib/openxml/docx/elements/paragraph.rb in openxml-docx-0.10.6 vs lib/openxml/docx/elements/paragraph.rb in openxml-docx-0.11.0.rc

- old
+ new

@@ -1,8 +1,10 @@ module OpenXml module Docx module Elements - class Paragraph < Container + class Paragraph < OpenXml::Docx::Element + include HasChildren, HasProperties + attr_reader :section_properties tag :p value_property :alignment value_property :auto_adjust_right_indent