Sha256: 1d13b132eb59f0231224038f12f67ca2b86389c96aa7596e447646051fcb2f01

Contents?: true

Size: 225 Bytes

Versions: 7

Compression:

Stored size: 225 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

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