Click or drag to resize

DocumentCreate(String, String) Method

Creazione di un documento vuoto partendo da un documento word (non deve essere un vero template). Viene usato per ereditare stili e impostazioni

Namespace: QsGemBox
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public static DocxDocument Create(
	string docxfile,
	string template
)

Parameters

docxfile  String
The docxfile.
template  String
The template.

Return Value

DocxDocument
DocxDocument.
See Also