Sha256: 85f52db65d0780167d6b0b3caaab3545177384819520469e043a5ebee08f8a68
Contents?: true
Size: 258 Bytes
Versions: 2
Compression:
Stored size: 258 Bytes
Contents
module OpenXml module Pptx module Properties class SimplePropertyContainerProperty < SimpleBooleanProperty include OpenXml::ContainsProperties def initialize(*_args) super(true) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
openxml-pptx-0.2.2 | lib/openxml/pptx/properties/simple_property_container_property.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/simple_property_container_property.rb |