gi-webkit2webextension-0.2.10.13: WebKit2WebExtension 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

dOMHTMLTableCellElementGetAbbr

dOMHTMLTableCellElementGetAlign

dOMHTMLTableCellElementGetAxis

dOMHTMLTableCellElementGetBgColor

dOMHTMLTableCellElementGetCellIndex

dOMHTMLTableCellElementGetCh

dOMHTMLTableCellElementGetChOff

dOMHTMLTableCellElementGetColSpan

dOMHTMLTableCellElementGetHeaders

dOMHTMLTableCellElementGetHeight

dOMHTMLTableCellElementGetNoWrap

dOMHTMLTableCellElementGetRowSpan

dOMHTMLTableCellElementGetScope

dOMHTMLTableCellElementGetVAlign

dOMHTMLTableCellElementGetWidth

dOMHTMLTableCellElementSetAbbr

dOMHTMLTableCellElementSetAlign

dOMHTMLTableCellElementSetAxis

dOMHTMLTableCellElementSetBgColor

dOMHTMLTableCellElementSetCh

dOMHTMLTableCellElementSetChOff

dOMHTMLTableCellElementSetColSpan

dOMHTMLTableCellElementSetHeaders

dOMHTMLTableCellElementSetHeight

dOMHTMLTableCellElementSetNoWrap

dOMHTMLTableCellElementSetRowSpan

dOMHTMLTableCellElementSetScope

dOMHTMLTableCellElementSetVAlign

dOMHTMLTableCellElementSetWidth

Properties

Abbr

data DOMHTMLTableCellElementAbbrPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementAbbrPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementAbbrPropertyInfo = "abbr" Source 
type AttrGetType DOMHTMLTableCellElementAbbrPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementAbbrPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementAbbrPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementAbbrPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Align

data DOMHTMLTableCellElementAlignPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementAlignPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementAlignPropertyInfo = "align" Source 
type AttrGetType DOMHTMLTableCellElementAlignPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementAlignPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementAlignPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementAlignPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Axis

data DOMHTMLTableCellElementAxisPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementAxisPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementAxisPropertyInfo = "axis" Source 
type AttrGetType DOMHTMLTableCellElementAxisPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementAxisPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementAxisPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementAxisPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

BgColor

data DOMHTMLTableCellElementBgColorPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementBgColorPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementBgColorPropertyInfo = "bg-color" Source 
type AttrGetType DOMHTMLTableCellElementBgColorPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementBgColorPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementBgColorPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementBgColorPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

CellIndex

data DOMHTMLTableCellElementCellIndexPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementCellIndexPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementCellIndexPropertyInfo = "cell-index" Source 
type AttrGetType DOMHTMLTableCellElementCellIndexPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementCellIndexPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementCellIndexPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLTableCellElementCellIndexPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Ch

data DOMHTMLTableCellElementChPropertyInfo Source

ChOff

data DOMHTMLTableCellElementChOffPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementChOffPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementChOffPropertyInfo = "ch-off" Source 
type AttrGetType DOMHTMLTableCellElementChOffPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementChOffPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementChOffPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementChOffPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

ColSpan

data DOMHTMLTableCellElementColSpanPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementColSpanPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementColSpanPropertyInfo = "col-span" Source 
type AttrGetType DOMHTMLTableCellElementColSpanPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementColSpanPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementColSpanPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLTableCellElementColSpanPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Headers

data DOMHTMLTableCellElementHeadersPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementHeadersPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementHeadersPropertyInfo = "headers" Source 
type AttrGetType DOMHTMLTableCellElementHeadersPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementHeadersPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementHeadersPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementHeadersPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Height

data DOMHTMLTableCellElementHeightPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementHeightPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementHeightPropertyInfo = "height" Source 
type AttrGetType DOMHTMLTableCellElementHeightPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementHeightPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementHeightPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementHeightPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

NoWrap

data DOMHTMLTableCellElementNoWrapPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementNoWrapPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementNoWrapPropertyInfo = "no-wrap" Source 
type AttrGetType DOMHTMLTableCellElementNoWrapPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementNoWrapPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementNoWrapPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLTableCellElementNoWrapPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

RowSpan

data DOMHTMLTableCellElementRowSpanPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementRowSpanPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementRowSpanPropertyInfo = "row-span" Source 
type AttrGetType DOMHTMLTableCellElementRowSpanPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementRowSpanPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementRowSpanPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLTableCellElementRowSpanPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Scope

data DOMHTMLTableCellElementScopePropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementScopePropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementScopePropertyInfo = "scope" Source 
type AttrGetType DOMHTMLTableCellElementScopePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementScopePropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementScopePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementScopePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

VAlign

data DOMHTMLTableCellElementVAlignPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementVAlignPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementVAlignPropertyInfo = "v-align" Source 
type AttrGetType DOMHTMLTableCellElementVAlignPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementVAlignPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementVAlignPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementVAlignPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Width

data DOMHTMLTableCellElementWidthPropertyInfo Source

Instances

AttrInfo DOMHTMLTableCellElementWidthPropertyInfo Source 
type AttrLabel DOMHTMLTableCellElementWidthPropertyInfo = "width" Source 
type AttrGetType DOMHTMLTableCellElementWidthPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTableCellElementWidthPropertyInfo = DOMHTMLTableCellElementK Source 
type AttrSetTypeConstraint DOMHTMLTableCellElementWidthPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTableCellElementWidthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source