Sha256: 407591591b144fef00b432ca61c792af114739c6de3ba8fd18fe6b41293262fb

Contents?: true

Size: 487 Bytes

Versions: 4

Compression:

Stored size: 487 Bytes

Contents

module OpenXml
  module DrawingML
    module Properties
      class CustomGeometry < SimplePropertyContainerProperty
        namespace :a
        tag :custGeom

        property :shape_adjustment_list
        property :geometry_guide_list
        # TODO: add property :adjustable_handle_list, tag: ahLst
        # TODO: add property :connection_list, tag: cxnLst
        # TODO: add property :rectangle, tag: rect
        property :path_list, required: true

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openxml-drawingml-0.3.1 lib/openxml/drawingml/properties/custom_geometry.rb
openxml-drawingml-0.3.0 lib/openxml/drawingml/properties/custom_geometry.rb
openxml-drawingml-0.2.1 lib/openxml/drawingml/properties/custom_geometry.rb
openxml-drawingml-0.2.0 lib/openxml/drawingml/properties/custom_geometry.rb