'Declaration Public Overloads Shared Sub ConvertOdtToDocx( _
ByVal environmentPropertiesThe document environment properties.As Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties, _
ByVal odtFilenameThe filename of input ODT document.As System.String, _
ByVal docxFilenameThe filename of output DOCX document.As System.String _
)
public static void ConvertOdtToDocx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties environmentProperties,
System.String odtFilename,
System.String docxFilename
)
public: static void ConvertOdtToDocx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties* environmentProperties,
System.String odtFilename,
System.String docxFilename
)
public:
static void ConvertOdtToDocx(
Vintasoft.Imaging.Codecs.Decoders.DocumentEnvironmentProperties^ environmentProperties,
System.String odtFilename,
System.String docxFilename
)
Parameters
- environmentProperties
- The document environment properties.
- odtFilename
- The filename of input ODT document.
- docxFilename
- The filename of output DOCX document.