Sha256: 97f77f69d0f1b3d26e5f83985fdd53c204daac5d47ff9e5b2a268a5ad0622b08
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 Bytes
Contents
module OpenXml module Pptx module Properties class TransparentContainerProperty < OpenXml::Properties::ContainerProperty def to_xml(xml) return unless render? each { |child| child.to_xml(xml) } 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/transparent_container_property.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/transparent_container_property.rb |