openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Docx
    module Elements
      class TitlePage < OpenXml::Docx::Element
        tag :titlePg

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

      end
    end
  end
end