Sha256: 8977cd729a5a993561d69008a4d1b6d7a5fe423bf94f27cda250a82d2f45e156

Contents?: true

Size: 506 Bytes

Versions: 6

Compression:

Stored size: 506 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class FontSig < Element
        namespace :w
        tag :sig

        with_namespace :w do
          attribute :csb0, expects: :long_hex_number
          attribute :csb1, expects: :long_hex_number
          attribute :usb0, expects: :long_hex_number
          attribute :usb1, expects: :long_hex_number
          attribute :usb2, expects: :long_hex_number
          attribute :usb3, expects: :long_hex_number
        end

      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openxml-docx-0.10.6 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.10.5 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.10.4 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.10.3 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.10.2 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.10.1 lib/openxml/docx/elements/font_sig.rb