|
Foxit PDF SDK
|
Public Types | |
| enum | StructTreeEntityType { e_UnknownType = -1, e_StructTreeEntityTypeElement = 0, e_StructTreeEntityTypeMarkedContent = 1, e_StructTreeEntityTypeObjectContent = 2 } |
| Enumeration for structure tree entity type. More... | |
Public Member Functions | |
| StructTreeEntity () | |
| Constructor. | |
| StructTreeEntity (const StructTreeEntity &other) | |
| Constructor, with another structure element entity object. More... | |
| ~StructTreeEntity () | |
| Destructor. | |
| PDFPage | GetPage () const |
| Get the related PDF page. More... | |
| StructTreeEntityType | GetType () const |
| Get structure tree entity type. More... | |
| bool | IsEmpty () const |
| Check whether current object is empty or not. More... | |
| bool | operator != (const StructTreeEntity &other) const |
| Not equal operator. More... | |
| StructTreeEntity & | operator= (const StructTreeEntity &other) |
| Assign operator. More... | |
| bool | operator== (const StructTreeEntity &other) const |
| Equal operator. More... | |
Public Member Functions inherited from foxit::Base | |
| FS_HANDLE | Handle () const |
| Get the handle of current object. More... | |
This class represents structure tree entity.
Enumeration for structure tree entity type.
Values of this enumeration should be used alone.
| foxit::pdf::objects::StructTreeEntity::StructTreeEntity | ( | const StructTreeEntity & | other | ) |
Constructor, with another structure element entity object.
| [in] | other | Another structure element entity object. |
| PDFPage foxit::pdf::objects::StructTreeEntity::GetPage | ( | ) | const |
Get the related PDF page.
| StructTreeEntityType foxit::pdf::objects::StructTreeEntity::GetType | ( | ) | const |
Get structure tree entity type.
| bool foxit::pdf::objects::StructTreeEntity::IsEmpty | ( | ) | const |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
| bool foxit::pdf::objects::StructTreeEntity::operator != | ( | const StructTreeEntity & | other | ) | const |
Not equal operator.
| [in] | other | Another structure element entity object. This function will check if current object is not equal to this one. |
| StructTreeEntity& foxit::pdf::objects::StructTreeEntity::operator= | ( | const StructTreeEntity & | other | ) |
Assign operator.
| [in] | other | Another structure element entity object, whose value would be assigned to current object. |
| bool foxit::pdf::objects::StructTreeEntity::operator== | ( | const StructTreeEntity & | other | ) | const |
Equal operator.
| [in] | other | Another structure element entity object. This function will check if current object is equal to this one. |