gi-poppler-0.18.26: Poppler bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Poppler.Objects.AnnotFreeText

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf AnnotFreeText o) => IsAnnotFreeText o Source #

Type class for types which can be safely cast to AnnotFreeText, for instance with toAnnotFreeText.

Instances

Instances details
(GObject o, IsDescendantOf AnnotFreeText o) => IsAnnotFreeText o Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFreeText

toAnnotFreeText :: (MonadIO m, IsAnnotFreeText o) => o -> m AnnotFreeText Source #

Cast to AnnotFreeText, for types for which this is known to be safe. For general casts, use castTo.

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.