gi-webkit2webextension-4.0.12: WebKit2-WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLTableCellElement

Contents

Description

 

Synopsis

Exported types

Methods

getAbbr

dOMHTMLTableCellElementGetAbbr Source #

Arguments

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

self: A DOMHTMLTableCellElement

-> m Text

Returns: A gchar

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 () 

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 () 

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 () 

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 () 

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 () 

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 () 

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 () 

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 () 

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 () 

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 () 

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 () 

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 () 

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 () 

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 () 

No description available in the introspection data.

Properties

abbr

data DOMHTMLTableCellElementAbbrPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementAbbrPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementAbbrPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementAbbrPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementAbbrPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementAbbrPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementAbbrPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementAbbrPropertyInfo Source # 

align

data DOMHTMLTableCellElementAlignPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementAlignPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementAlignPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementAlignPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementAlignPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementAlignPropertyInfo Source # 

axis

data DOMHTMLTableCellElementAxisPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementAxisPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementAxisPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementAxisPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementAxisPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementAxisPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementAxisPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementAxisPropertyInfo Source # 

bgColor

data DOMHTMLTableCellElementBgColorPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementBgColorPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementBgColorPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementBgColorPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementBgColorPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementBgColorPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementBgColorPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementBgColorPropertyInfo Source # 

cellIndex

data DOMHTMLTableCellElementCellIndexPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementCellIndexPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementCellIndexPropertyInfo Source # 

ch

data DOMHTMLTableCellElementChPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementChPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementChPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementChPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementChPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementChPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementChPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementChPropertyInfo Source # 

chOff

data DOMHTMLTableCellElementChOffPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementChOffPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementChOffPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementChOffPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementChOffPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementChOffPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementChOffPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementChOffPropertyInfo Source # 

colSpan

data DOMHTMLTableCellElementColSpanPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementColSpanPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementColSpanPropertyInfo Source # 

headers

data DOMHTMLTableCellElementHeadersPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementHeadersPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementHeadersPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementHeadersPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementHeadersPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementHeadersPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementHeadersPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementHeadersPropertyInfo Source # 

height

data DOMHTMLTableCellElementHeightPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementHeightPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementHeightPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementHeightPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementHeightPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementHeightPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementHeightPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementHeightPropertyInfo Source # 

noWrap

data DOMHTMLTableCellElementNoWrapPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementNoWrapPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementNoWrapPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementNoWrapPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementNoWrapPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementNoWrapPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementNoWrapPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementNoWrapPropertyInfo Source # 

rowSpan

data DOMHTMLTableCellElementRowSpanPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementRowSpanPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementRowSpanPropertyInfo Source # 

scope

data DOMHTMLTableCellElementScopePropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementScopePropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementScopePropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementScopePropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementScopePropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementScopePropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementScopePropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementScopePropertyInfo Source # 

vAlign

data DOMHTMLTableCellElementVAlignPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementVAlignPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementVAlignPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementVAlignPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementVAlignPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementVAlignPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementVAlignPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementVAlignPropertyInfo Source # 

width

data DOMHTMLTableCellElementWidthPropertyInfo Source #

Instances

AttrInfo DOMHTMLTableCellElementWidthPropertyInfo Source # 
type AttrOrigin DOMHTMLTableCellElementWidthPropertyInfo Source # 
type AttrLabel DOMHTMLTableCellElementWidthPropertyInfo Source # 
type AttrGetType DOMHTMLTableCellElementWidthPropertyInfo Source # 
type AttrBaseTypeConstraint DOMHTMLTableCellElementWidthPropertyInfo Source # 
type AttrSetTypeConstraint DOMHTMLTableCellElementWidthPropertyInfo Source # 
type AttrAllowedOps DOMHTMLTableCellElementWidthPropertyInfo Source #