Files
DocumentServer-v-9.2.0/core/HwpFile/HwpDoc/Paragraph/CtrlForm.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
311 B
C++

#ifndef CTRLFORM_H
#define CTRLFORM_H
#include "Ctrl.h"
#include "../HWPStream.h"
namespace HWP
{
class CCtrlForm : public CCtrl
{
public:
CCtrlForm(const HWP_STRING& sCtrlID, int nSize, CHWPStream& oBuffer, int nOff, int nVersion);
ECtrlObjectType GetCtrlType() const override;
};
}
#endif // CTRLFORM_H