module Rocx module Elements class Run < BaseContainer tag_name :r namespace :w properties_tag :rPr property :italics property :bold end end end