Sha256: 04720b7f1d1b19ecd60b748e2d7317b9b156e63f1cffcad56313d063ece7980f
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
module OpenXml module Docx module Elements class WordProcessingDrawingObjectNvProperties < Element tag :docPr namespace :wp attribute :description, expects: :string, displays_as: :descr attribute :hidden, expects: :true_or_false attribute :id, expects: :positive_integer attribute :object_name, expects: :string, displays_as: :name attribute :title, expects: :string end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openxml-docx-0.10.1 | lib/openxml/docx/elements/word_processing_drawing_object_nv_properties.rb |