Implements IFilterItem.SetRTFOptions.
[Visual Basic] Public Sub SetRTFOptions( _ ByVal p_sRTFStartInLine As String, _ ByVal p_sRTFStartProtected As String _ ) _ Implements IFilterItem.SetRTFOptions [C#] public void SetRTFOptions( string p_sRTFStartInLine, string p_sRTFStartProtected ); [C++] public: void SetRTFOptions( String* p_sRTFStartInLine, String* p_sRTFStartProtected ); [JScript] public function SetRTFOptions( String p_sRTFStartInLine, String p_sRTFStartProtected );
The default RTF options for inline codes in this implementation are the character style used in TRADOS Translator's Workbench for the tw4winInternal style.
FilterItem Class | Okapi.Library.Filter Namespace