Files
DocumentServer-v-9.2.0/core/HwpFile/HwpDoc/Paragraph/CtrlEmpty.h
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

19 lines
249 B
C++

#ifndef CTRLEMPTY_H
#define CTRLEMPTY_H
#include "Ctrl.h"
namespace HWP
{
class CCtrlEmpty : public CCtrl
{
public:
CCtrlEmpty();
CCtrlEmpty(const HWP_STRING& sCtrlID);
ECtrlObjectType GetCtrlType() const override;
};
}
#endif // CTRLEMPTY_H