UOFTranslator
DoUofToOoxMainTransform Method
|
Transform uof to oox.
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected abstract void DoUofToOoxMainTransform(
string inputFile,
string outputFile,
string resourceDir
)
Protected MustOverride Sub DoUofToOoxMainTransform (
inputFile As String,
outputFile As String,
resourceDir As String
)
protected:
virtual void DoUofToOoxMainTransform(
String^ inputFile,
String^ outputFile,
String^ resourceDir
) abstract
abstract DoUofToOoxMainTransform :
inputFile : string *
outputFile : string *
resourceDir : string -> unit
Parameters
-
inputFile
-
Type:
System
String
-
outputFile
-
Type:
System
String
-
resourceDir
-
Type:
System
String
See Also