Sha256: 6224fe660158f7eeddd7cdd60a6f04220bc7a2bfc6544a95e64f73b907ec8174
Contents?: true
Size: 1.25 KB
Versions: 4
Compression:
Stored size: 1.25 KB
Contents
module OpenXml module DrawingML module Elements class PresetTextWarp < OpenXml::Element include HasChildren namespace :a tag :prstTxWarp attribute :preset, one_of: %i(textArchDown textArchDownPour textArchUp textArchUpPour textButton textButtonPour textCanDown textCanUp textCascadeDown textCascadeUp textChevron textChevronInverted textCircle textCirclePour textCurveDown textCurveUp textDeflate textDeflateBottom textDeflateInflate textDeflateTop textDoubleWave1 textFadeDown textFadeLeft textFadeRight textFadeUp textInflate textInflateBottom textInflateTop textNoShape textPlain textRingInside textRingOutside textSlantDown textSlantUp textStop textTriangle textTriangleInverted textWave1 textWave2 textWave4), displays_as: :prst end end end end
Version data entries
4 entries across 4 versions & 1 rubygems