openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class BookFoldReversePrinting < OpenXml::Docx::Element
        tag :bookFoldRevPrinting

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

      end
    end
  end
end