gi-poppler-0.18.27: 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

newtype AnnotFreeText Source #

Memory-managed wrapper type.

Constructors

AnnotFreeText (ManagedPtr AnnotFreeText) 

Instances

Instances details
Eq AnnotFreeText Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFreeText

GObject AnnotFreeText Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFreeText

ManagedPtrNewtype AnnotFreeText Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFreeText

Methods

toManagedPtr :: AnnotFreeText -> ManagedPtr AnnotFreeText

TypedObject AnnotFreeText Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFreeText

Methods

glibType :: IO GType

HasParentTypes AnnotFreeText Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFreeText

IsGValue (Maybe AnnotFreeText) Source #

Convert AnnotFreeText to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Poppler.Objects.AnnotFreeText

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe AnnotFreeText -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe AnnotFreeText)

type ParentTypes AnnotFreeText Source # 
Instance details

Defined in GI.Poppler.Objects.AnnotFreeText

type ParentTypes AnnotFreeText = '[AnnotMarkup, Annot, Object]

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.