gi-poppler-0.18.11: 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.Objects.AnnotFreeText

Contents

Description

 

Synopsis

Exported types

Methods

getCalloutLine

annotFreeTextGetCalloutLine Source #

Arguments

:: (HasCallStack, MonadIO m, IsAnnotFreeText a) 
=> a

popplerAnnot: a AnnotFreeText

-> m AnnotCalloutLine

Returns: a new allocated AnnotCalloutLine if the annot has a callout line, Nothing in other case. It must be freed with free when done.

Retrieves a AnnotCalloutLine of four or six numbers specifying a callout line attached to the popplerAnnot.

getQuadding

annotFreeTextGetQuadding Source #

Arguments

:: (HasCallStack, MonadIO m, IsAnnotFreeText a) 
=> a

popplerAnnot: a AnnotFreeText

-> m AnnotFreeTextQuadding

Returns: AnnotFreeTextQuadding of popplerAnnot.

Retrieves the justification of the text of popplerAnnot.