|
mupdf
|
#include <structured-text.h>

Public Attributes | |
| fz_stext_block * | up |
| fz_stext_struct * | parent |
| fz_stext_block * | first_block |
| fz_stext_block * | last_block |
| fz_structure | standard |
| char | raw [FZ_FLEXIBLE_ARRAY] |
When we are collecting the structure information from PDF structure trees/tags, we end up with a tree of nodes. The structure should be walked in depth-first traversal order to extract the content.
An fz_stext_struct pointer can be NULL to indicate that we know there is a child there within the complete tree, but we don't know what it is yet.
| fz_stext_block* fz_stext_struct::first_block |
| fz_stext_block* fz_stext_struct::last_block |
| fz_stext_struct* fz_stext_struct::parent |
| char fz_stext_struct::raw[FZ_FLEXIBLE_ARRAY] |
| fz_structure fz_stext_struct::standard |
| fz_stext_block* fz_stext_struct::up |