gi-webkit2webextension-4.0.25: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLParagraphElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLParagraphElement Source #

Memory-managed wrapper 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

Instances details
(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

Overloaded 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, MonadIO m) => Text -> m (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 ]