Editor plugin: Update of text element

This commit is contained in:
Jakub Melka
2024-06-26 12:19:01 +02:00
parent b5f102abbd
commit ec31f56981
5 changed files with 261 additions and 179 deletions

View File

@ -36,6 +36,11 @@
namespace pdf
{
PDFPageContentElement::~PDFPageContentElement()
{
}
PDFInteger PDFPageContentElement::getPageIndex() const
{
return m_pageIndex;