gi-poppler-0.18.14: Poppler bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Poppler.Structs.AnnotMapping

Contents

Description

A AnnotMapping structure represents the location of annot on the page

Synopsis

Exported types

newZeroAnnotMapping :: MonadIO m => m AnnotMapping Source #

Construct a AnnotMapping struct initialized to zero.

Methods

copy

annotMappingCopy Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> AnnotMapping

mapping: a AnnotMapping to copy

-> m AnnotMapping

Returns: a new allocated copy of mapping

Creates a copy of mapping

free

annotMappingFree Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> AnnotMapping

mapping: a AnnotMapping

-> m () 

Frees the given AnnotMapping

new

annotMappingNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m AnnotMapping

Returns: a new AnnotMapping, use annotMappingFree to free it

Creates a new AnnotMapping

Properties

annot

area