Word Editor
Provides specialized editing capabilities for Word documents. Supports template-based document generation and manipulation of OpenXML Word documents.
Functions
Link copied to clipboard
Applies a template model to the Word document from a stream.
Applies a template model to the Word document from a JSON string.
Link copied to clipboard
Creates a new WordEditor instance and begins editing the specified document.
Link copied to clipboard
Saves the current changes to the specified stream.
Saves the current changes to a file at the specified path.
Link copied to clipboard
Saves the Word document with the applied template model to a stream.
Saves the Word document with the applied template model to a file.