mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 02:44:13 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62097 954022d7-b5bf-4e40-9824-e11837661b57
18 lines
251 B
C++
18 lines
251 B
C++
#pragma once
|
|
|
|
#include "../RtfDocument.h"
|
|
#include "../RtfReader.h"
|
|
|
|
#include "OOXReader.h"
|
|
|
|
class ReaderParameter
|
|
{
|
|
public:
|
|
|
|
OOXReader* oReader;
|
|
OOX::CDocx* oDocx;
|
|
RtfDocument* oRtf;
|
|
|
|
RtfTableStylePtr poTableStyle;
|
|
};
|