Class: OpenXml::DrawingML::Properties::PresetDashStyle

Inherits:
ValueProperty
  • Object
show all
Defined in:
lib/openxml/drawingml/properties/preset_dash_style.rb

Instance Method Summary collapse

Instance Method Details

#ok_valuesObject



8
9
10
11
# File 'lib/openxml/drawingml/properties/preset_dash_style.rb', line 8

def ok_values
  i{ dash dashDot dot lgDash lgDashDot lgDashDotDot solid sysDash
      sysDashDot sysDashDotDot sysDot }
end