Sha256: f095da09e712cf5353610aa8dbe8de62ee9fb5a974ebd27068a814abcbf63a29

Contents?: true

Size: 521 Bytes

Versions: 7

Compression:

Stored size: 521 Bytes

Contents

module OpenXml
  module Docx
    module Elements
      class FontSig < OpenXml::Docx::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

7 entries across 7 versions & 1 rubygems

Version Path
openxml-docx-0.11.5 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.11.4 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.11.3 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.11.2 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.11.1 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.11.0 lib/openxml/docx/elements/font_sig.rb
openxml-docx-0.11.0.rc lib/openxml/docx/elements/font_sig.rb