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

19 lines
284 B
C++

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