Click or drag to resize

DocxDocumentSetField Method

Imposta un campo nel documento

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 27.1.0
Syntax
public void SetField(
	string fieldName,
	Object fieldValue
)

Parameters

fieldName  String
Name of the field.
fieldValue  Object
The field value.
See Also