class OpenXml::Docx::Properties::TransparentContainerProperty

Public Instance Methods

to_xml(xml) click to toggle source
# File lib/openxml/docx/properties/transparent_container_property.rb, line 6
def to_xml(xml)
  return unless render?
  each { |child| child.to_xml(xml) }
end