autoFormat
The method autoFormat sets whether this androHtml element is autoFormatted or not. The default
input for this function is true.
boolean $setting - True for autoFormatting, false for none.
function autoFormat($setting=true) {
$this->autoFormat = $setting;
}