|
mupdf
|
#include <document.h>

Structure definition is public so other classes can derive from it. Callers should not access the members directly, though implementations will need initialize functions directly.
| fz_document_as_pdf_fn* fz_document::as_pdf |
| fz_document_authenticate_password_fn* fz_document::authenticate_password |
| fz_document_count_chapters_fn* fz_document::count_chapters |
| fz_document_count_pages_fn* fz_document::count_pages |
| int fz_document::did_layout |
| int fz_document::did_style |
| fz_document_drop_fn* fz_document::drop_document |
| fz_document_format_link_uri_fn* fz_document::format_link_uri |
| fz_document_output_intent_fn* fz_document::get_output_intent |
| fz_document_has_permission_fn* fz_document::has_permission |
| int fz_document::id |
| int fz_document::is_reflowable |
| fz_document_layout_fn* fz_document::layout |
| float fz_document::layout_em |
| float fz_document::layout_h |
| float fz_document::layout_w |
| fz_document_load_outline_fn* fz_document::load_outline |
| fz_document_load_page_fn* fz_document::load_page |
| fz_document_lookup_bookmark_fn* fz_document::lookup_bookmark |
| fz_document_lookup_metadata_fn* fz_document::lookup_metadata |
| fz_document_make_bookmark_fn* fz_document::make_bookmark |
| fz_document_needs_password_fn* fz_document::needs_password |
| fz_page* fz_document::open |
| fz_document_outline_iterator_fn* fz_document::outline_iterator |
| fz_document_output_accelerator_fn* fz_document::output_accelerator |
| fz_document_page_label_fn* fz_document::page_label |
| int fz_document::publisher_css |
| int fz_document::refs |
| fz_document_resolve_link_dest_fn* fz_document::resolve_link_dest |
| fz_document_run_structure_fn* fz_document::run_structure |
| fz_document_set_metadata_fn* fz_document::set_metadata |
| fz_document_style_fn* fz_document::style |
| char* fz_document::user_css |