Sha256: e1b6c0b71d08d2cbe3a1d3d925a7a498827a0ee16e118ff83812989d9ebeb600

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class TableIndent < WidthProperty
        tag :tblInd

        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_indent.rb