142class POPPLER_CPP_EXPORT
page :
public poppler::noncopyable
156 search_previous_result
162 non_raw_non_physical_layout
167 orientation_enum orientation()
const;
168 double duration()
const;
176 ustring text(
const rectf &r, text_layout_enum layout_mode)
const;
196 std::vector<text_box> text_list()
const;
202 enum text_list_option_enum
204 text_list_include_font = 1
213 std::vector<text_box> text_list(
int opt_flag)
const;
216 page(document_private *doc,
int index);
219 friend class page_private;
220 friend class document;
A transition between two pages in a PDF document.
Definition poppler-page-transition.h:33
A page in a PDF document.
Definition poppler-page.h:143
text_layout_enum
A layout of the text of a page.
Definition poppler-page.h:159
search_direction_enum
The direction/action to follow when performing a text search.
Definition poppler-page.h:153
orientation_enum
The possible orientation of a page.
Definition poppler-page.h:146
Definition poppler-page.h:37
writing_mode_enum
Get a writing mode for the i-th glyph.
Definition poppler-page.h:86