# File lib/text/format.rb, line 197
197:     def left_margin=(left)
198:       @left_margin = posint(left)
199:     end