public Method

Format.body_indent=(b)

The number of spaces to indent all lines after the first line of a paragraph. The value provided is silently converted to a positive integer value.

                           columns
<-------------------------------------------------------------->
<-----------><------><---------------------------><------------>
 left margin  INDENT  text is formatted into here  right margin
Default:0
Used in:#format, #paragraphs

Source Code

# File action_mailer/vendor/text-format-0.6.3/text/format.rb, line 293
def body_indent=(b)
  @body_indent = posint(b)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.