WordDocument - конструктор
Пространство имён: Tessa.UI.WordСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public WordDocument(
string filePath,
Application application,
string author = null
)
Public Sub New (
filePath As String,
application As Application,
Optional author As String = Nothing
)
public:
WordDocument(
String^ filePath,
Application^ application,
String^ author = nullptr
)
new :
filePath : string *
application : Application *
?author : string
(* Defaults:
let _author = defaultArg author null
*)
-> WordDocument
Параметры
- filePath String
-
- application Application
-
- author String (Optional)
-