WordDocument - конструктор |
Пространство имён:
Tessa.UI.Word
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
- application
- Тип: Application
- author (Optional)
- Тип: SystemString
См. также