Class: OpenXml::Pptx::Properties::TransparentContainerProperty

Inherits:
OpenXml::Properties::ContainerProperty
  • Object
show all
Defined in:
lib/openxml/pptx/properties/transparent_container_property.rb

Direct Known Subclasses

CustomerDataContainer, ShapesContainer

Instance Method Summary collapse

Instance Method Details

#to_xml(xml) ⇒ Object



6
7
8
9
# File 'lib/openxml/pptx/properties/transparent_container_property.rb', line 6

def to_xml(xml)
  return unless render?
  each { |child| child.to_xml(xml) }
end