UOPWriter
OoxToUof Method
|
Namespace:
Spire.Presentation.Converter.UOF
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public static void OoxToUof(
string ooxFileName,
string uosFileName
)
Public Shared Sub OoxToUof (
ooxFileName As String,
uosFileName As String
)
public:
static void OoxToUof(
String^ ooxFileName,
String^ uosFileName
)
static member OoxToUof :
ooxFileName : string *
uosFileName : string -> unit
Parameters
-
ooxFileName
-
Type:
System
String
-
uosFileName
-
Type:
System
String
See Also