SynFWord.ReplaceBookmarkContent Method

Public Sub ReplaceBookmarkContent( _ 
ByVal document As WordDocument, _ 
ByVal bookmark1 As String, _ 
ByVal bookmark2 As String, _ 
ByVal replacementContent As String
)
This language is not supported or no code example is available.
public void ReplaceBookmarkContent( 
WordDocument document
string bookmark1
string bookmark2
string replacementContent 
)
This language is not supported or no code example is available.
public:  
void ReplaceBookmarkContent( 
WordDocument^ document
String^ bookmark1
String^ bookmark2
String^ replacementContent 
)
This language is not supported or no code example is available.
public function ReplaceBookmarkContent( 
document : WordDocument
bookmark1 : String
bookmark2 : String
replacementContent : String 
);
This language is not supported or no code example is available.

Parameters

document
WordDocument

bookmark1
string

bookmark2
string

replacementContent
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