DocumentLibrary.loadDocumentTemplate Method¶
Module: DocumentLibrary
Definition¶
Loads the specified document template from a file.
@staticmethod
load_document_template(path: str) -> None
Parameters
path
strin A string that contains the full path to the document template.
Exceptions
An error has occurred during Document Library execution.
static void loadDocumentTemplate(String? path)
Parameters
path
Stringin A string that contains the full path to the document template.
Exceptions
An error has occurred during Document Library execution.
public static void LoadDocumentTemplate(string path)
Parameters
path
stringin A string that contains the full path to the document template.
Exceptions
An error has occurred during Document Library execution.
public static void loadDocumentTemplate(String path) throws DocumentException
Parameters
path
Stringin A string that contains the full path to the document template.
Exceptions
An error has occurred during Document Library execution.
public static func loadDocumentTemplate(path: String) throws
Parameters
path
Stringin A string that contains the full path to the document template.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentLibrary_LoadDocumentTemplate (
const char * path)
Parameters
path
const char *in A string that contains the full path to the document template.
Returns