Sha256: a6b0e18e36b92ff902355d36895e7997452060397fb5877a2e9255c04a7161ec
Contents?: true
Size: 539 Bytes
Versions: 2
Compression:
Stored size: 539 Bytes
Contents
require "openxml/pptx/properties/shape" require "openxml/pptx/properties/shape_group" require "openxml/pptx/properties/graphic_frame" require "openxml/pptx/properties/connection_shape" require "openxml/pptx/properties/picture" require "openxml/pptx/properties/content_part" module OpenXml module Pptx module Properties class ShapesContainer < TransparentContainerProperty child_classes :shape, :shape_group, :graphic_frame, :connection_shape, :picture, :content_part 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/shapes_container.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/shapes_container.rb |