Sha256: 0bbecde925006fd60b511093df88ee13aa81aae59940128af31f86d387ca42c5
Contents?: true
Size: 330 Bytes
Versions: 4
Compression:
Stored size: 330 Bytes
Contents
module OpenXml module DrawingML module Properties class PresetDashStyle < ValueProperty namespace :a tag :prstDash def ok_values %i{ dash dashDot dot lgDash lgDashDot lgDashDotDot solid sysDash sysDashDot sysDashDotDot sysDot } end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems