Sets the type of line-break for this item.
[Visual Basic] Sub SetLineBreak( _ ByVal p_sValue As String _ ) [C#] void SetLineBreak( string p_sValue ); [C++] void SetLineBreak( String* p_sValue ); [JScript] function SetLineBreak( String p_sValue );
Use this method to set the type of line-break to use with the item.
IFilterItem Interface | Okapi.Library.Filter Namespace | GetLineBreak