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.DOMHTMLTableSectionElement

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLTableSectionElementDeleteRow

dOMHTMLTableSectionElementGetAlign

dOMHTMLTableSectionElementGetCh

dOMHTMLTableSectionElementGetChOff

dOMHTMLTableSectionElementGetRows

dOMHTMLTableSectionElementGetVAlign

dOMHTMLTableSectionElementInsertRow

dOMHTMLTableSectionElementSetAlign

dOMHTMLTableSectionElementSetCh

dOMHTMLTableSectionElementSetChOff

dOMHTMLTableSectionElementSetVAlign

Properties

Align

data DOMHTMLTableSectionElementAlignPropertyInfo Source

Instances

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

Ch

data DOMHTMLTableSectionElementChPropertyInfo Source

Instances

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

ChOff

data DOMHTMLTableSectionElementChOffPropertyInfo Source

Instances

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

Rows

data DOMHTMLTableSectionElementRowsPropertyInfo Source

Instances

AttrInfo DOMHTMLTableSectionElementRowsPropertyInfo Source 
type AttrLabel DOMHTMLTableSectionElementRowsPropertyInfo = "rows" Source 
type AttrGetType DOMHTMLTableSectionElementRowsPropertyInfo = DOMHTMLCollection Source 
type AttrBaseTypeConstraint DOMHTMLTableSectionElementRowsPropertyInfo = DOMHTMLTableSectionElementK Source 
type AttrSetTypeConstraint DOMHTMLTableSectionElementRowsPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLTableSectionElementRowsPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

VAlign

data DOMHTMLTableSectionElementVAlignPropertyInfo Source

Instances

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