mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Added base classes for table decoding.
Added a Converter class for use in various objects. Added additional comments to the code. Added tasks under the //todo label.
This commit is contained in:
@ -187,7 +187,7 @@ class DOCXRENDERER_DECL_EXPORT CDocxRenderer : public IRenderer
|
||||
virtual HRESULT CommandString(const LONG& lType, const std::wstring& sCommand);
|
||||
|
||||
// методы, которыми будет пользоваться конвертер
|
||||
HRESULT SetTextAssociationType(const NSDocxRenderer::TextAssociationType& eType);
|
||||
HRESULT SetTextAssociationType(const NSDocxRenderer::eTextAssociationType& eType);
|
||||
int Convert(IOfficeDrawingFile* pFile, const std::wstring& sDstFile, bool bIsOutCompress = true);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user