Sha256: e8aa4f448900f2ab89eed4bd02282100d7e8f1399ebe11ae0994f6ad0dfd8e57

Contents?: true

Size: 453 Bytes

Versions: 6

Compression:

Stored size: 453 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class WordProcessingDrawingWrapThrough < Container
        tag :wrapThrough
        namespace :wp

        attribute :distance_from_left, expects: :positive_integer, displays_as: :distL
        attribute :distance_from_right, expects: :positive_integer, displays_as: :distR
        attribute :wrap_text, one_of: %i(bothSides largest left right), displays_as: :wrapText

      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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