Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pageIndex :: Pagination -> Naturalpagination Data.Pagination Get page index from a Pagination.
pageRange :: Paginated a -> Natural -> NonEmpty Naturalpagination Data.Pagination Get range of pages to show before and after the current page. This does not necessarily include the first and the last pages (they are supposed to be shown in all cases). Result of the function is always sorted.
pageSize :: Pagination -> Naturalpagination Data.Pagination Get page size (maximum number of items on a page) from a Pagination.
pageContents :: Page -> IO [Ref]pdf-toolbox-document Pdf.Document.Page List of references to page's content streams
pageExtractGlyphs :: Page -> IO [Span]pdf-toolbox-document Pdf.Document.Page No documentation available.
pageExtractText :: Page -> IO Textpdf-toolbox-document Pdf.Document.Page Extract text from the page It tries to add spaces between chars if they don't present as actual characters in content stream.
pageFontDicts :: Page -> IO [(Name, FontDict)]pdf-toolbox-document Pdf.Document.Page Font dictionaries for the page
pageMediaBox :: Page -> IO (Rectangle Double)pdf-toolbox-document Pdf.Document.Page Media box, inheritable
pageParentNode :: Page -> IO PageNodepdf-toolbox-document Pdf.Document.Page Page's parent node
pageNodeKids :: PageNode -> IO [Ref]pdf-toolbox-document Pdf.Document.PageNode Referencies to all kids