Files
core/HwpFile/HwpDoc/Paragraph/CellParagraph.h
2025-01-11 01:18:41 +03:00

18 lines
238 B
C++

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