Prado\I18N\TTranslate::setTrim PHP Method

setTrim() public method

Set the option to trim the contents.
public setTrim ( $value )
    public function setTrim($value)
    {
        $this->setViewState('Trim', TPropertyValue::ensureBoolean($value), true);
    }