gi-webkit2webextension-4.0.27: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLTableCellElement Source #

Memory-managed wrapper type.

Instances

Instances details
Eq DOMHTMLTableCellElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

GObject DOMHTMLTableCellElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

ManagedPtrNewtype DOMHTMLTableCellElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

TypedObject DOMHTMLTableCellElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

Methods

glibType :: IO GType #

HasParentTypes DOMHTMLTableCellElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

IsGValue (Maybe DOMHTMLTableCellElement) Source #

Convert DOMHTMLTableCellElement to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

type ParentTypes DOMHTMLTableCellElement Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

toDOMHTMLTableCellElement :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m DOMHTMLTableCellElement Source #

Cast to DOMHTMLTableCellElement, 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

Expand

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

getAbbr, getAccessKey, getAlign, getAttribute, getAttributeNode, getAttributeNodeNs, getAttributeNs, getAttributes, getAxis, getBaseUri, getBgColor, getBoundingClientRect, getCellIndex, getCh, getChOff, getChildElementCount, getChildNodes, getChildren, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getColSpan, getContentEditable, getData, getDir, getDraggable, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getFirstChild, getFirstElementChild, getHeaders, getHeight, getHidden, getId, getInnerHtml, getInnerText, getIsContentEditable, getLang, getLastChild, getLastElementChild, getLocalName, getNamespaceUri, getNextElementSibling, getNextSibling, getNoWrap, getNodeName, getNodeType, getNodeValue, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousElementSibling, getPreviousSibling, getProperty, getQdata, getRowSpan, getScope, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSpellcheck, getStyle, getTabIndex, getTagName, getTextContent, getTitle, getTranslate, getVAlign, getWebkitRegionOverset, getWebkitdropzone, getWidth.

Setters

setAbbr, setAccessKey, setAlign, setAttribute, setAttributeNode, setAttributeNodeNs, setAttributeNs, setAxis, setBgColor, setCh, setChOff, setClassName, setColSpan, setContentEditable, setData, setDataFull, setDir, setDraggable, setHeaders, setHeight, setHidden, setId, setInnerHtml, setInnerText, setLang, setNoWrap, setNodeValue, setOuterHtml, setOuterText, setPrefix, setProperty, setRowSpan, setScope, setScrollLeft, setScrollTop, setSpellcheck, setTabIndex, setTextContent, setTitle, setTranslate, setVAlign, setWebkitdropzone, setWidth.

getAbbr

dOMHTMLTableCellElementGetAbbr Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAlign

dOMHTMLTableCellElementGetAlign Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAxis

dOMHTMLTableCellElementGetAxis Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBgColor

dOMHTMLTableCellElementGetBgColor Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCellIndex

dOMHTMLTableCellElementGetCellIndex Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCh

dOMHTMLTableCellElementGetCh Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getChOff

dOMHTMLTableCellElementGetChOff Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getColSpan

dOMHTMLTableCellElementGetColSpan Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeaders

dOMHTMLTableCellElementGetHeaders Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeight

dOMHTMLTableCellElementGetHeight Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getNoWrap

dOMHTMLTableCellElementGetNoWrap Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRowSpan

dOMHTMLTableCellElementGetRowSpan Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getScope

dOMHTMLTableCellElementGetScope Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getVAlign

dOMHTMLTableCellElementGetVAlign Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLTableCellElementGetWidth Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAbbr

dOMHTMLTableCellElementSetAbbr Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLTableCellElementSetAlign Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAxis

dOMHTMLTableCellElementSetAxis Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBgColor

dOMHTMLTableCellElementSetBgColor Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCh

dOMHTMLTableCellElementSetCh Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setChOff

dOMHTMLTableCellElementSetChOff Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setColSpan

dOMHTMLTableCellElementSetColSpan Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHeaders

dOMHTMLTableCellElementSetHeaders Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHeight

dOMHTMLTableCellElementSetHeight Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setNoWrap

dOMHTMLTableCellElementSetNoWrap Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Bool

value: A Bool

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setRowSpan

dOMHTMLTableCellElementSetRowSpan Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setScope

dOMHTMLTableCellElementSetScope Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVAlign

dOMHTMLTableCellElementSetVAlign Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLTableCellElementSetWidth Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

abbr

No description available in the introspection data.

constructDOMHTMLTableCellElementAbbr :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “abbr” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementAbbr :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “abbr” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #abbr

setDOMHTMLTableCellElementAbbr :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “abbr” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #abbr := value ]

align

No description available in the introspection data.

constructDOMHTMLTableCellElementAlign :: (IsDOMHTMLTableCellElement 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.

getDOMHTMLTableCellElementAlign :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “align” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #align

setDOMHTMLTableCellElementAlign :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “align” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #align := value ]

axis

No description available in the introspection data.

constructDOMHTMLTableCellElementAxis :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “axis” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementAxis :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “axis” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #axis

setDOMHTMLTableCellElementAxis :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “axis” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #axis := value ]

bgColor

No description available in the introspection data.

constructDOMHTMLTableCellElementBgColor :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “bg-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementBgColor :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “bg-color” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #bgColor

setDOMHTMLTableCellElementBgColor :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “bg-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #bgColor := value ]

cellIndex

No description available in the introspection data.

getDOMHTMLTableCellElementCellIndex :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m CLong Source #

Get the value of the “cell-index” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #cellIndex

ch

No description available in the introspection data.

constructDOMHTMLTableCellElementCh :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “ch” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementCh :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “ch” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #ch

setDOMHTMLTableCellElementCh :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “ch” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #ch := value ]

chOff

No description available in the introspection data.

constructDOMHTMLTableCellElementChOff :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “ch-off” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementChOff :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “ch-off” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #chOff

setDOMHTMLTableCellElementChOff :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “ch-off” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #chOff := value ]

colSpan

No description available in the introspection data.

constructDOMHTMLTableCellElementColSpan :: (IsDOMHTMLTableCellElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “col-span” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementColSpan :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m CLong Source #

Get the value of the “col-span” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #colSpan

setDOMHTMLTableCellElementColSpan :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> CLong -> m () Source #

Set the value of the “col-span” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #colSpan := value ]

headers

No description available in the introspection data.

constructDOMHTMLTableCellElementHeaders :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “headers” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementHeaders :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “headers” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #headers

setDOMHTMLTableCellElementHeaders :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “headers” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #headers := value ]

height

No description available in the introspection data.

constructDOMHTMLTableCellElementHeight :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “height” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementHeight :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “height” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #height

setDOMHTMLTableCellElementHeight :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “height” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #height := value ]

noWrap

No description available in the introspection data.

constructDOMHTMLTableCellElementNoWrap :: (IsDOMHTMLTableCellElement o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “no-wrap” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementNoWrap :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m Bool Source #

Get the value of the “no-wrap” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #noWrap

setDOMHTMLTableCellElementNoWrap :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Bool -> m () Source #

Set the value of the “no-wrap” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #noWrap := value ]

rowSpan

No description available in the introspection data.

constructDOMHTMLTableCellElementRowSpan :: (IsDOMHTMLTableCellElement o, MonadIO m) => CLong -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “row-span” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementRowSpan :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m CLong Source #

Get the value of the “row-span” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #rowSpan

setDOMHTMLTableCellElementRowSpan :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> CLong -> m () Source #

Set the value of the “row-span” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #rowSpan := value ]

scope

No description available in the introspection data.

constructDOMHTMLTableCellElementScope :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “scope” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementScope :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “scope” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #scope

setDOMHTMLTableCellElementScope :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “scope” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #scope := value ]

vAlign

No description available in the introspection data.

constructDOMHTMLTableCellElementVAlign :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “v-align” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementVAlign :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “v-align” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #vAlign

setDOMHTMLTableCellElementVAlign :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “v-align” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #vAlign := value ]

width

No description available in the introspection data.

constructDOMHTMLTableCellElementWidth :: (IsDOMHTMLTableCellElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “width” property. This is rarely needed directly, but it is used by new.

getDOMHTMLTableCellElementWidth :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> m (Maybe Text) Source #

Get the value of the “width” property. When overloading is enabled, this is equivalent to

get dOMHTMLTableCellElement #width

setDOMHTMLTableCellElementWidth :: (MonadIO m, IsDOMHTMLTableCellElement o) => o -> Text -> m () Source #

Set the value of the “width” property. When overloading is enabled, this is equivalent to

set dOMHTMLTableCellElement [ #width := value ]