Files
core/HwpFile/HwpDoc/Paragraph/CellParagraph.h
2025-07-06 22:53:38 +03:00

19 lines
290 B
C++

#ifndef CELLPARAGRAPH_H
#define CELLPARAGRAPH_H
#include "HWPPargraph.h"
namespace HWP
{
class CCellParagraph : public CHWPPargraph
{
public:
CCellParagraph();
CCellParagraph(CXMLReader& oReader, int nVersion);
EParagraphType GetType() const override;
};
}
#endif // CELLPARAGRAPH_H