Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DOMHTMLParagraphElement = DOMHTMLParagraphElement (ManagedPtr DOMHTMLParagraphElement)
- class (GObject o, IsDescendantOf DOMHTMLParagraphElement o) => IsDOMHTMLParagraphElement o
- toDOMHTMLParagraphElement :: (MonadIO m, IsDOMHTMLParagraphElement o) => o -> m DOMHTMLParagraphElement
- noDOMHTMLParagraphElement :: Maybe DOMHTMLParagraphElement
- dOMHTMLParagraphElementGetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLParagraphElement a) => a -> m Text
- dOMHTMLParagraphElementSetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLParagraphElement a) => a -> Text -> m ()
- constructDOMHTMLParagraphElementAlign :: IsDOMHTMLParagraphElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLParagraphElementAlign :: (MonadIO m, IsDOMHTMLParagraphElement o) => o -> m (Maybe Text)
- setDOMHTMLParagraphElementAlign :: (MonadIO m, IsDOMHTMLParagraphElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLParagraphElement Source #
Memory-managed wrapper type.
Instances
GObject DOMHTMLParagraphElement Source # | |
HasParentTypes DOMHTMLParagraphElement Source # | |
type ParentTypes DOMHTMLParagraphElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLParagraphElement type ParentTypes DOMHTMLParagraphElement = DOMHTMLElement ': (DOMElement ': (DOMNode ': (DOMObject ': (Object ': (DOMEventTarget ': ([] :: [Type])))))) |
class (GObject o, IsDescendantOf DOMHTMLParagraphElement o) => IsDOMHTMLParagraphElement o Source #
Type class for types which can be safely cast to DOMHTMLParagraphElement
, for instance with toDOMHTMLParagraphElement
.
Instances
(GObject o, IsDescendantOf DOMHTMLParagraphElement o) => IsDOMHTMLParagraphElement o Source # | |
toDOMHTMLParagraphElement :: (MonadIO m, IsDOMHTMLParagraphElement o) => o -> m DOMHTMLParagraphElement Source #
Cast to DOMHTMLParagraphElement
, for types for which this is known to be safe. For general casts, use castTo
.
noDOMHTMLParagraphElement :: Maybe DOMHTMLParagraphElement Source #
A convenience alias for Nothing
:: Maybe
DOMHTMLParagraphElement
.
Methods
getAlign
dOMHTMLParagraphElementGetAlign Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLParagraphElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setAlign
dOMHTMLParagraphElementSetAlign Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLParagraphElement a) | |
=> a |
|
-> Text |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
align
No description available in the introspection data.
constructDOMHTMLParagraphElementAlign :: IsDOMHTMLParagraphElement o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “align
” property. This is rarely needed directly, but it is used by new
.
getDOMHTMLParagraphElementAlign :: (MonadIO m, IsDOMHTMLParagraphElement o) => o -> m (Maybe Text) Source #
Get the value of the “align
” property.
When overloading is enabled, this is equivalent to
get
dOMHTMLParagraphElement #align
setDOMHTMLParagraphElementAlign :: (MonadIO m, IsDOMHTMLParagraphElement o) => o -> Text -> m () Source #
Set the value of the “align
” property.
When overloading is enabled, this is equivalent to
set
dOMHTMLParagraphElement [ #align:=
value ]