Okapi .NET Library

IFilterItem.SetLineBreak Method 

 [This is preliminary documentation and subject to change.]

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
);

Parameters

p_sValue
The new line-break representation to use.

Remarks

Use this method to set the type of line-break to use with the item.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | GetLineBreak