Sha256: 034db21e7e3c17932ebfbbc1a21a6dd04ab92776463ceed3391a59b11af8d7ca
Contents?: true
Size: 530 Bytes
Versions: 2
Compression:
Stored size: 530 Bytes
Contents
module OpenXml module Pptx module Properties class NonVisualShapeDrawingProperties < OpenXml::Properties::ComplexProperty include OpenXml::ContainsProperties include OpenXml::RenderWhenEmpty namespace :p tag :cNvSpPr attribute :is_textbox, displays_as: :txBox, expects: :boolean property :shape_locks, klass: OpenXml::DrawingML::Properties::ShapeLocks property :extension_list, klass: OpenXml::DrawingML::Properties::ExtensionList 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_shape_drawing_properties.rb |
openxml-pptx-0.2.0 | lib/openxml/pptx/properties/non_visual_shape_drawing_properties.rb |