openxml/openxml-docx

View on GitHub
lib/openxml/docx/elements/textbox_content.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class TextboxContent < OpenXml::Docx::Element
        include HasChildren, HasProperties

        tag :txbxContent

      end
    end
  end
end