openxml/openxml-docx

View on GitHub
lib/openxml/docx/elements/even_and_odd_headers.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class EvenAndOddHeaders < OpenXml::Docx::Element

        attribute :value, expects: :boolean, displays_as: :val, namespace: :w

      end
    end
  end
end