Sha256: a788f648712f29f1cc470bfda2a9842c7168874863eeff08f36c841307ad1e24
Contents?: true
Size: 366 Bytes
Versions: 6
Compression:
Stored size: 366 Bytes
Contents
module OpenXml module Docx module Elements class WordProcessingDrawingWrapTopAndBottom < 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
6 entries across 6 versions & 1 rubygems