mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Text conversion from HWPML format is implemented
This commit is contained in:
@ -24,6 +24,7 @@ public:
|
||||
|
||||
bool OpenHWP(const std::wstring& wsFilePath);
|
||||
bool OpenHWPX(const std::wstring& wsFilePath);
|
||||
bool OpenHWPML(const std::wstring& wsFilePath);
|
||||
void Close();
|
||||
bool ConvertToOOXML(const std::wstring& wsFilePath);
|
||||
bool ConvertToOOXML_Dir(const std::wstring& wsDirectoryPath);
|
||||
|
||||
Reference in New Issue
Block a user