Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
Python Code
doc = self.Document(self.dataDir + "Field.RemoveField.doc")
field = doc.getRange().getFields().get(0)
\# Calling this method completely removes the field from the document.
field.remove()
Download Remove Field (Aspose.Words) from any of the below mentioned social coding sites:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.