mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 23:03:14 +08:00
13 lines
159 B
C++
13 lines
159 B
C++
#include "CapParagraph.h"
|
|
|
|
namespace HWP
|
|
{
|
|
CCapParagraph::CCapParagraph()
|
|
{}
|
|
|
|
EParagraphType CCapParagraph::GetType() const
|
|
{
|
|
return EParagraphType::Cap;
|
|
}
|
|
}
|