Sha256: e19c4b70128dfb66622cffd72ed7e413ecfb48ec460710b6ece98649372d302f
Contents?: true
Size: 381 Bytes
Versions: 7
Compression:
Stored size: 381 Bytes
Contents
module OpenXml module Docx module Elements class WordProcessingDrawingWrapTopAndBottom < OpenXml::Docx::Element tag :wrapTopAndBottom namespace :wp attribute :distance_from_bottom, expects: :positive_integer, displays_as: :distB attribute :distance_from_top, expects: :positive_integer, displays_as: :distT end end end end
Version data entries
7 entries across 7 versions & 1 rubygems