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.Structs.ActionNamed

Description

Predefined action

Synopsis

Exported types

newZeroActionNamed :: MonadIO m => m ActionNamed Source #

Construct a ActionNamed struct initialized to zero.

Methods

Properties

namedDest

named destination

clearActionNamedNamedDest :: MonadIO m => ActionNamed -> m () Source #

Set the value of the “named_dest” field to Nothing. When overloading is enabled, this is equivalent to

clear #namedDest

getActionNamedNamedDest :: MonadIO m => ActionNamed -> m (Maybe Text) Source #

Get the value of the “named_dest” field. When overloading is enabled, this is equivalent to

get actionNamed #namedDest

setActionNamedNamedDest :: MonadIO m => ActionNamed -> CString -> m () Source #

Set the value of the “named_dest” field. When overloading is enabled, this is equivalent to

set actionNamed [ #namedDest := value ]

title

action title

clearActionNamedTitle :: MonadIO m => ActionNamed -> m () Source #

Set the value of the “title” field to Nothing. When overloading is enabled, this is equivalent to

clear #title

getActionNamedTitle :: MonadIO m => ActionNamed -> m (Maybe Text) Source #

Get the value of the “title” field. When overloading is enabled, this is equivalent to

get actionNamed #title

setActionNamedTitle :: MonadIO m => ActionNamed -> CString -> m () Source #

Set the value of the “title” field. When overloading is enabled, this is equivalent to

set actionNamed [ #title := value ]

type

action type (ActionTypeNamed)

getActionNamedType :: MonadIO m => ActionNamed -> m ActionType Source #

Get the value of the “type” field. When overloading is enabled, this is equivalent to

get actionNamed #type

setActionNamedType :: MonadIO m => ActionNamed -> ActionType -> m () Source #

Set the value of the “type” field. When overloading is enabled, this is equivalent to

set actionNamed [ #type := value ]