SynFWord.Replace_Fieldtext Method

Public Sub Replace_Fieldtext( _ 
ByRef wordDocument As WordDocument, _ 
ByVal fieldname As String, _ 
ByVal newvalue As String
)
This language is not supported or no code example is available.
public void Replace_Fieldtext( 
ref WordDocument wordDocument
string fieldname
string newvalue 
)
This language is not supported or no code example is available.
public:  
void Replace_Fieldtext( 
WordDocument^& wordDocument
String^ fieldname
String^ newvalue 
)
This language is not supported or no code example is available.
public function Replace_Fieldtext( 
wordDocument : WordDocument
fieldname : String
newvalue : String 
);
This language is not supported or no code example is available.

Parameters

wordDocument
WordDocument

fieldname
string

newvalue
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