| 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
No description available in the introspection data.
Synopsis
- 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 #
Memory-managed wrapper type.
Constructors
| AnnotFreeText (ManagedPtr AnnotFreeText) |
Instances
| GObject AnnotFreeText Source # | |
Defined in GI.Poppler.Objects.AnnotFreeText Methods gobjectType :: AnnotFreeText -> IO GType # | |
| IsObject AnnotFreeText Source # | |
Defined in GI.Poppler.Objects.AnnotFreeText | |
| IsAnnot AnnotFreeText Source # | |
Defined in GI.Poppler.Objects.AnnotFreeText | |
| IsAnnotMarkup AnnotFreeText Source # | |
Defined in GI.Poppler.Objects.AnnotFreeText | |
| IsAnnotFreeText AnnotFreeText Source # | |
Defined in GI.Poppler.Objects.AnnotFreeText | |
class GObject o => IsAnnotFreeText o Source #
Type class for types which can be safely cast to AnnotFreeText, for instance with toAnnotFreeText.
Instances
| (GObject a, (UnknownAncestorError AnnotFreeText a :: Constraint)) => IsAnnotFreeText a Source # | |
Defined in GI.Poppler.Objects.AnnotFreeText | |
| IsAnnotFreeText AnnotFreeText Source # | |
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.
noAnnotFreeText :: Maybe AnnotFreeText Source #
A convenience alias for Nothing :: Maybe AnnotFreeText.
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.