Sha256: 7e7bfc7ab18140850df65d8c3a2a8fddf6a8849259cdb6381866803be9284dc7
Contents?: true
Size: 386 Bytes
Versions: 2
Compression:
Stored size: 386 Bytes
Contents
module OpenXml module Pptx module Properties class ShapeGroup < SimplePropertyContainerProperty namespace :p tag :grpSp property :non_visual_group_shape_properties, required: true property :group_shape_properties, required: true property :shapes, as: :shapes_container property :extension_list 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/shape_group.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/shape_group.rb |