Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMHTMLParagraphElement
Description
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
- dOMHTMLParagraphElementGetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLParagraphElement a) => a -> m Text
- dOMHTMLParagraphElementSetAlign :: (HasCallStack, MonadIO m, IsDOMHTMLParagraphElement a) => a -> Text -> m ()
- constructDOMHTMLParagraphElementAlign :: (IsDOMHTMLParagraphElement o, MonadIO m) => Text -> m (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.
Constructors
DOMHTMLParagraphElement (ManagedPtr DOMHTMLParagraphElement) |
Instances
Eq DOMHTMLParagraphElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLParagraphElement Methods (==) :: DOMHTMLParagraphElement -> DOMHTMLParagraphElement -> Bool # (/=) :: DOMHTMLParagraphElement -> DOMHTMLParagraphElement -> Bool # | |
GObject DOMHTMLParagraphElement Source # | |
ManagedPtrNewtype DOMHTMLParagraphElement Source # | |
TypedObject DOMHTMLParagraphElement Source # | |
HasParentTypes DOMHTMLParagraphElement Source # | |
IsGValue (Maybe DOMHTMLParagraphElement) Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLParagraphElement Methods gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe DOMHTMLParagraphElement -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe DOMHTMLParagraphElement) # | |
type ParentTypes DOMHTMLParagraphElement Source # | |
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
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
Click to display all available methods, including inherited ones
Methods
addEventListener, appendChild, bindProperty, bindPropertyFull, blur, click, cloneNodeWithError, closest, compareDocumentPosition, contains, dispatchEvent, focus, forceFloating, freezeNotify, getv, hasAttribute, hasAttributeNs, hasAttributes, hasChildNodes, htmlInputElementGetAutoFilled, htmlInputElementIsUserEdited, htmlInputElementSetAutoFilled, htmlInputElementSetEditingValue, insertAdjacentElement, insertAdjacentHtml, insertAdjacentText, insertBefore, isDefaultNamespace, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, matches, normalize, notify, notifyByPspec, querySelector, querySelectorAll, ref, refSink, remove, removeAttribute, removeAttributeNode, removeAttributeNs, removeChild, removeEventListener, replaceChild, requestPointerLock, runDispose, scrollByLines, scrollByPages, scrollIntoView, scrollIntoViewIfNeeded, stealData, stealQdata, thawNotify, unref, watchClosure, webkitMatchesSelector, webkitRequestFullscreen.
Getters
getAccessKey, getAlign, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getBaseUri, getBoundingClientRect, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHidden, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getNamespaceUri, getNextElementSibling, getNextSibling, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSpellcheck, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getWebkitRegionOverset, getWebkitdropzone.
Setters
setAccessKey, setAlign, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setClassName, setContentEditable, setData, setDataFull, setDir, setDraggable, setHidden, setId, setInnerHtml, setInnerText, setLang, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setTextContent, setTitle, setTranslate, setWebkitdropzone.
getAlign
dOMHTMLParagraphElementGetAlign Source #
Arguments
:: (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 #
Arguments
:: (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, 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 ]