Sha256: e7d6cbf62e9f8b513d4f5a5b4c46240790d866c2e68790614f36b705d608cc29
Contents?: true
Size: 371 Bytes
Versions: 4
Compression:
Stored size: 371 Bytes
Contents
module OpenXml module DrawingML module Properties class LineEndProperties < OpenXml::Properties::ComplexProperty attribute :length, displays_as: :len, one_of: %i{ lg med sm } attribute :type, one_of: %i{ arrow diamond none oval stealth triangle } attribute :width, displays_as: :w, one_of: %i{ lg med sm } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems