DocxRenderer: Added support for TextAssociationType PlainParagraph.

This commit is contained in:
SEAlGo
2022-05-11 07:02:39 +03:00
parent b59980bd62
commit 25a10fb642
8 changed files with 2918 additions and 2294 deletions

View File

@ -62,7 +62,7 @@ class DOCXRENDERER_DECL_EXPORT CDocxRenderer : public IRenderer
{
public:
CDocxRenderer(NSFonts::IApplicationFonts* pAppFonts);
~CDocxRenderer();
virtual ~CDocxRenderer();
HRESULT CreateNewFile(const std::wstring& wsPath, bool bIsOutCompress = true);
HRESULT Close();