class RubyXL::DocumentPropertiesFile

def add_part_title(name)

def add_part_title(name)
  titles_of_parts.vt_vector.vt_lpstr << RubyXL::StringNode.new(:value => name)
end