| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Poppler.Objects.AnnotFreeText
Description
- newtype AnnotFreeText = AnnotFreeText (ManagedPtr AnnotFreeText)
- class GObject o => IsAnnotFreeText o
- toAnnotFreeText :: (MonadIO m, IsAnnotFreeText o) => o -> m AnnotFreeText
- noAnnotFreeText :: Maybe AnnotFreeText
- annotFreeTextGetCalloutLine :: (HasCallStack, MonadIO m, IsAnnotFreeText a) => a -> m AnnotCalloutLine
- annotFreeTextGetQuadding :: (HasCallStack, MonadIO m, IsAnnotFreeText a) => a -> m AnnotFreeTextQuadding
Exported types
newtype AnnotFreeText Source #
Constructors
| AnnotFreeText (ManagedPtr AnnotFreeText) |
class GObject o => IsAnnotFreeText o Source #
Instances
toAnnotFreeText :: (MonadIO m, IsAnnotFreeText o) => o -> m AnnotFreeText Source #
Methods
getCalloutLine
annotFreeTextGetCalloutLine Source #
Arguments
| :: (HasCallStack, MonadIO m, IsAnnotFreeText a) | |
| => a |
|
| -> m AnnotCalloutLine | Returns: a new allocated |
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 |
|
| -> m AnnotFreeTextQuadding | Returns: |
Retrieves the justification of the text of popplerAnnot.