Sha256: 0516ebf3424fbaddb0d386eb5c45eaaf4881f23f4a43114822c4bdff710fa7ad
Contents?: true
Size: 474 Bytes
Versions: 7
Compression:
Stored size: 474 Bytes
Contents
module OpenXml module Docx module Elements class WordProcessingDrawingObjectNvProperties < OpenXml::Docx::Element tag :docPr namespace :wp attribute :description, expects: :string, displays_as: :descr attribute :hidden, expects: :boolean attribute :id, expects: :positive_integer attribute :object_name, expects: :string, displays_as: :name attribute :title, expects: :string end end end end
Version data entries
7 entries across 7 versions & 1 rubygems