Sha256: 3f844ac74bd83c86c7b9f1f1ffbf9f2b473f561b90c1fd79f16064d16d357db6
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
module OpenXml module Pptx module Properties class NonVisualConnectionShapeProperties < SimplePropertyContainerProperty include OpenXml::RenderWhenEmpty namespace :p tag :nvCxnSpPr property :non_visual_drawing_properties, required: true property :non_visual_connection_shape_drawing_properties, required: true property :non_visual_properties, required: true 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/non_visual_connection_shape_properties.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/non_visual_connection_shape_properties.rb |