Sha256: 9b8b8610f653f8132fd10adac8d276866ad5d2d63af7c5c305ca5f265046bcc7

Contents?: true

Size: 286 Bytes

Versions: 7

Compression:

Stored size: 286 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class WordProcessingShapesTextualContent < OpenXml::Docx::Element
        include HasChildren, HasProperties

        tag :txbx
        namespace :wps

        attribute :id, expects: :positive_integer

      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openxml-docx-0.11.5 lib/openxml/docx/elements/word_processing_shapes_textual_contents.rb
openxml-docx-0.11.4 lib/openxml/docx/elements/word_processing_shapes_textual_contents.rb
openxml-docx-0.11.3 lib/openxml/docx/elements/word_processing_shapes_textual_contents.rb
openxml-docx-0.11.2 lib/openxml/docx/elements/word_processing_shapes_textual_contents.rb
openxml-docx-0.11.1 lib/openxml/docx/elements/word_processing_shapes_textual_contents.rb
openxml-docx-0.11.0 lib/openxml/docx/elements/word_processing_shapes_textual_contents.rb
openxml-docx-0.11.0.rc lib/openxml/docx/elements/word_processing_shapes_textual_contents.rb