gi-webkit2webextension-4.0.22: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLParagraphElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLParagraphElement Source #

Memory-managed wrapper type.

Instances
GObject DOMHTMLParagraphElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLParagraphElement

Methods

gobjectType :: IO GType

HasParentTypes DOMHTMLParagraphElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLParagraphElement

type ParentTypes DOMHTMLParagraphElement Source # 
Instance details

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 # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLParagraphElement

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.

Methods

getAlign

dOMHTMLParagraphElementGetAlign Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLParagraphElement a) 
=> a

self: A DOMHTMLParagraphElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLParagraphElementSetAlign Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLParagraphElement a) 
=> a

self: A DOMHTMLParagraphElement

-> Text

value: A gchar

-> 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 ]