Sha256: fa8cdc5bcea12f78dc4ef84856eafbbc324d568eea69a113ce17fdf2ac4ab1b0

Contents?: true

Size: 181 Bytes

Versions: 2

Compression:

Stored size: 181 Bytes

Contents

# Docx Shape Line Element
module OoxmlParser
  class DocxShapeLineElement
    attr_accessor :type, :points

    def initialize(points = [])
      @points = points
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ooxml_parser-0.1.2 lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/custom_geometry/docx_custom_geometry/docx_shape_line_element.rb
ooxml_parser-0.1.1 lib/ooxml_parser/common_parser/common_data/alternate_content/drawing/graphic/shape/shape_properties/custom_geometry/docx_custom_geometry/docx_shape_line_element.rb