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

14 lines
165 B
C++

#include "CellParagraph.h"
namespace HWP
{
CCellParagraph::CCellParagraph()
{
}
EParagraphType CCellParagraph::GetType() const
{
return EParagraphType::Cell;
}
}