![]() | APIcreate |
public bool createDocX( string path, string[] text, string template = "" )
Public Function createDocX ( path As String, text As String(), Optional template As String = "" ) As Boolean Dim instance As API Dim path As String Dim text As String() Dim template As String Dim returnValue As Boolean returnValue = instance.createDocX(path, text, template)
public: bool createDocX( String^ path, array<String^>^ text, String^ template = L"" )
member createDocX : path : string * text : string[] * ?template : string (* Defaults: let _template = defaultArg template "" *) -> bool
(c) NextFEM 2015-2025