Sha256: 5e5cea00c1d23f09a3a4781dd0758f0345c92ad2515bc7087a2af717b651d702

Contents?: true

Size: 269 Bytes

Versions: 7

Compression:

Stored size: 269 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class BidiEmbed < OpenXml::Docx::Element
        include HasChildren, HasProperties

        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.11.5 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.11.4 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.11.3 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.11.2 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.11.1 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.11.0 lib/openxml/docx/elements/bidi_embed.rb
openxml-docx-0.11.0.rc lib/openxml/docx/elements/bidi_embed.rb