Class: Omml::Models::STShd

Inherits:
EnumString
  • Object
show all
Defined in:
lib/omml/models/simple_types/st_shd.rb

Constant Summary collapse

VALUES =
%w[
  nil
  clear
  solid
  horzStripe
  vertStripe
  reverseDiagStripe
  diagStripe
  horzCross
  diagCross
  thinHorzStripe
  thinVertStripe
  thinReverseDiagStripe
  thinDiagStripe
  thinHorzCross
  thinDiagCross
  pct5
  pct10
  pct12
  pct15
  pct20
  pct25
  pct30
  pct35
  pct37
  pct40
  pct45
  pct50
  pct55
  pct60
  pct62
  pct65
  pct70
  pct75
  pct80
  pct85
  pct87
  pct90
  pct95
].freeze

Method Summary

Methods inherited from EnumString

cast