gi-webkit2webextension-4.0.23: 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

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 ]