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:
SEAlGo
2022-10-03 23:03:56 +03:00
parent 742ed66df1
commit 0a1e90958c
31 changed files with 2306 additions and 1397 deletions

View File

@ -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: