Sha256: 9380d05aa9db23bb29a949436aace2400c25a642cabeecf7808dc09fb1949e37
Contents?: true
Size: 569 Bytes
Versions: 2
Compression:
Stored size: 569 Bytes
Contents
module OpenXml module Pptx module Properties end end end require "openxml/properties" require "openxml/has_properties" require "openxml/has_children" require "openxml/has_attributes" require "openxml/contains_properties" require "openxml/render_when_empty" require "openxml/pptx/properties/simple_boolean_property" require "openxml/pptx/properties/simple_property_container_property" require "openxml/pptx/properties/transparent_container_property" Dir.glob("#{File.join(File.dirname(__FILE__), "properties", "*.rb")}").each do |file| require file end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openxml-pptx-0.2.2 | lib/openxml/pptx/properties.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties.rb |