Sets the options for the RTF formatting.
[Visual Basic] Sub SetRTFOptions( _ ByVal p_sRTFStartInLine As String, _ ByVal p_sRTFStartProtected As String _ ) [C#] void SetRTFOptions( string p_sRTFStartInLine, string p_sRTFStartProtected ); [C++] void SetRTFOptions( String* p_sRTFStartInLine, String* p_sRTFStartProtected ); [JScript] function SetRTFOptions( String p_sRTFStartInLine, String p_sRTFStartProtected );
Use this method to set the RTF codes to use before and after each inline code. These codes are used to format the text to RTF when using the GetText method. The RTF sequences must start with a '}' that will be closed automatically at the end of the code.
IFilterItem Interface | Okapi.Library.Filter Namespace