Go to the documentation of this file.
15 #ifndef FS_PDFNUMBERTREE_H_
16 #define FS_PDFNUMBERTREE_H_
203 #endif // FS_PDFNUMBERTREE_H_
bool IsEmpty() const
Check whether current object is empty or not.
Type
Enumeration for number tree type.
Definition: fs_pdfnumbertree.h:64
~PDFNumberTree()
Destructor.
Type GetType()
Get the type of current number tree.
void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:214
bool RemoveAllObjs()
Remove all key integers from current number tree, along with theirs value (as PDF object).
bool operator!=(const PDFNumberTree &other) const
Not equal operator.
bool HasNumber(int number)
Check if the specified key integer exists in current number tree.
Header file for common definitions and classes.
Definition: fs_pdfobject.h:55
Header file for PDF object related definitions and classes.
Foxit namespace.
Definition: fs_taggedpdf.h:27
PDFNumberTree()
Constructor.
bool operator==(const PDFNumberTree &other) const
Equal operator.
bool SetObj(int number, objects::PDFObject *pdf_object)
Set the value (as PDF object) of a specified key integer. If the key integer does not exist,...
bool RemoveObj(int number)
Remove a key integer from current number tree, along with its value (as PDF object).
objects::PDFObject * GetObj(int number)
Get the value (as PDF object) of a specified key integer.
Definition: fs_pdfdoc.h:610
Definition: fs_pdfnumbertree.h:57
PDFNumberTree & operator=(const PDFNumberTree &other)
Assign operator.
Definition: fs_basictypes.h:427
"PageLabels" number tree.
Definition: fs_pdfnumbertree.h:66
@2024 Foxit Software Incorporated. All rights reserved.