Sha256: c057e2b119cb13fb96ead672e9ccca26391b1252ed99c315366599444a08566a
Contents?: true
Size: 449 Bytes
Versions: 6
Compression:
Stored size: 449 Bytes
Contents
module OpenXml module Docx module Elements class WordProcessingDrawingWrapTight < Container tag :wrapTight 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