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