![]() |
#include <STree.h>
Public Member Functions | |
STree (SDF::Obj struct_dict) | |
Initialize a STree using an existing low-level Cos/SDF object. | |
STree (const STree &) | |
STree & | operator= (const STree &) |
bool | IsValid () const |
int | GetNumKids () |
class SElement | GetKid (int index) |
class SElement | GetElement (const char *id_buf, int id_buf_sz) |
RoleMap | GetRoleMap () const |
class ClassMap | GetClassMap () const |
SDF::Obj | GetSDFObj () const |
There is at most one structure tree in each document.
pdftron::PDF::Struct::STree::STree | ( | SDF::Obj | struct_dict | ) |
Initialize a STree using an existing low-level Cos/SDF object.
struct_dict | - a low-level (SDF/Cos) dictionary representing the . |
pdftron::PDF::Struct::STree::STree | ( | const STree & | ) |
bool pdftron::PDF::Struct::STree::IsValid | ( | ) | const |
int pdftron::PDF::Struct::STree::GetNumKids | ( | ) |
class SElement pdftron::PDF::Struct::STree::GetKid | ( | int | index | ) |
index | The index of the kid to obtain. |
class SElement pdftron::PDF::Struct::STree::GetElement | ( | const char * | id_buf, | |
int | id_buf_sz | |||
) |
id_buf | A pointer to a buffer containing the ID to search for. | |
id_buf_sz | The number of characters in id_buf. |
RoleMap pdftron::PDF::Struct::STree::GetRoleMap | ( | ) | const |
class ClassMap pdftron::PDF::Struct::STree::GetClassMap | ( | ) | const |
SDF::Obj pdftron::PDF::Struct::STree::GetSDFObj | ( | ) | const |