Sha256: f0e542381a917f6f2c076a3208e4debbeccf9974ef14b3c571d43307c9927cf7
Contents?: true
Size: 1.24 KB
Versions: 5
Compression:
Stored size: 1.24 KB
Contents
module OpenXml module DrawingML module Elements class PresetTextWarp < OpenXml::Docx::Elements::Container 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
5 entries across 5 versions & 1 rubygems