Sha256: 3d07d99435d7e5dbc208974d1e1d4eb6bbe343c465bf347692a617945a00c4f7

Contents?: true

Size: 566 Bytes

Versions: 12

Compression:

Stored size: 566 Bytes

Contents

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

        with_namespace :w do
          attribute :firstColumn, expects: :boolean
          attribute :firstRow, expects: :boolean
          attribute :lastColumn, expects: :boolean
          attribute :lastRow, expects: :boolean
          attribute :noHBand, expects: :boolean
          attribute :noVBand, expects: :boolean
          attribute :value, expects: :hex_digit_4, displays_as: :val, deprecated: true
        end

      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
openxml-docx-0.11.5 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.11.4 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.11.3 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.11.2 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.11.1 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.11.0 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.11.0.rc lib/openxml/docx/properties/table_look.rb
openxml-docx-0.10.6 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.10.5 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.10.4 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.10.3 lib/openxml/docx/properties/table_look.rb
openxml-docx-0.10.2 lib/openxml/docx/properties/table_look.rb