SynFWord.IterateTextBody Method

Public Shared Sub IterateTextBody( _ 
ByVal item As TextBodyItem, _ 
ByVal textToFind As String, _ 
ByVal textToReplace As String
)
This language is not supported or no code example is available.
public static void IterateTextBody( 
TextBodyItem item
string textToFind
string textToReplace 
)
This language is not supported or no code example is available.
public:  
static void IterateTextBody( 
TextBodyItem^ item
String^ textToFind
String^ textToReplace 
)
This language is not supported or no code example is available.
public static function IterateTextBody( 
item : TextBodyItem
textToFind : String
textToReplace : String 
);
This language is not supported or no code example is available.

Parameters

item
TextBodyItem

textToFind
string

textToReplace
string

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition