Sha256: a801366bab730060a319a2c654a651c00f50cf3fc2c86718814118c8351205be

Contents?: true

Size: 515 Bytes

Versions: 2

Compression:

Stored size: 515 Bytes

Contents

module OpenXml
  module Docx
    module Properties
      class TableLook < ComplexProperty
        tag :tblLook

        with_namespace :w do
          attribute :firstColumn, expects: :true_or_false
          attribute :firstRow, expects: :true_or_false
          attribute :lastColumn, expects: :true_or_false
          attribute :lastRow, expects: :true_or_false
          attribute :noHBand, expects: :true_or_false
          attribute :noVBand, expects: :true_or_false
        end

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openxml-docx-0.10.1 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.10.0 lib/openxml/docx/properties/table_look.rb