SynFWord.ReplaceBookmarkText Method

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

Parameters

document
WordDocument

bookmarkName
string

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