Sha256: 9990814117ba68284f9d8122fc902e1a032fad92afb93434c08d4fa37788692a

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class TableCellSpacing < WidthProperty
        tag :tblCellSpacing

        attribute :type, expects: :valid_width_type
        attribute :width, expects: :positive_integer, displays_as: :w

      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openxml-docx-0.9.0 lib/openxml/docx/properties/table_cell_spacing.rb