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.

  1. pageIndex :: Pagination -> Natural

    pagination Data.Pagination

    Get page index from a Pagination.

  2. pageRange :: Paginated a -> Natural -> NonEmpty Natural

    pagination 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.

  3. pageSize :: Pagination -> Natural

    pagination Data.Pagination

    Get page size (maximum number of items on a page) from a Pagination.

  4. pageContents :: Page -> IO [Ref]

    pdf-toolbox-document Pdf.Document.Page

    List of references to page's content streams

  5. pageExtractGlyphs :: Page -> IO [Span]

    pdf-toolbox-document Pdf.Document.Page

    No documentation available.

  6. pageExtractText :: Page -> IO Text

    pdf-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.

  7. pageFontDicts :: Page -> IO [(Name, FontDict)]

    pdf-toolbox-document Pdf.Document.Page

    Font dictionaries for the page

  8. pageMediaBox :: Page -> IO (Rectangle Double)

    pdf-toolbox-document Pdf.Document.Page

    Media box, inheritable

  9. pageParentNode :: Page -> IO PageNode

    pdf-toolbox-document Pdf.Document.Page

    Page's parent node

  10. pageNodeKids :: PageNode -> IO [Ref]

    pdf-toolbox-document Pdf.Document.PageNode

    Referencies to all kids

Page 23 of many | Previous | Next