Sha256: d0e97d530cde0d6b076ca2604990e5c7ef17a2ec31f9918ef765b1a608d4b88c
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
module OpenXml module DrawingML module Elements class PresetTextWarp < OpenXml::DrawingML::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-drawingml-0.1.0 | lib/openxml/drawingml/elements/preset_text_warp.rb |