Sha256: afea479c805c8ff31b145102576e3ef81d511b0da7ebff5edf46610983cb1217

Contents?: true

Size: 212 Bytes

Versions: 7

Compression:

Stored size: 212 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class BidiEmbed < Container
        tag :dir
        attribute :direction, one_of: %i(rtl ltr), displays_as: :val, namespace: :w
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.10.5 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.10.4 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.10.3 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.10.2 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.10.1 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.10.0 lib/openxml/docx/elements/bidi_embed.rb