Sha256: 72095ea7edb89c79a821ca2a6b15e5013ecf476babfa6d2231df0f28921fbcc6

Contents?: true

Size: 771 Bytes

Versions: 1

Compression:

Stored size: 771 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class WordProcessingDrawingAnchor < Container
        tag :anchor
        namespace :wp

        attribute :allowOverlap, expects: :true_or_false
        attribute :behindDoc, expects: :true_or_false
        attribute :distB, expects: :positive_integer
        attribute :distL, expects: :positive_integer
        attribute :distR, expects: :positive_integer
        attribute :distT, expects: :positive_integer
        attribute :hidden, expects: :true_or_false
        attribute :layoutInCell, expects: :true_or_false
        attribute :locked, expects: :true_or_false
        attribute :relativeHeight, expects: :positive_integer
        attribute :simplePos, expects: :true_or_false

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openxml-docx-0.10.0 lib/openxml/docx/elements/word_processing_drawing_anchor.rb