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

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLTableColElementGetAlign

dOMHTMLTableColElementGetCh

dOMHTMLTableColElementGetChOff

dOMHTMLTableColElementGetSpan

dOMHTMLTableColElementGetVAlign

dOMHTMLTableColElementGetWidth

dOMHTMLTableColElementSetAlign

dOMHTMLTableColElementSetCh

dOMHTMLTableColElementSetChOff

dOMHTMLTableColElementSetSpan

dOMHTMLTableColElementSetVAlign

dOMHTMLTableColElementSetWidth

Properties

Align

data DOMHTMLTableColElementAlignPropertyInfo Source

Instances

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

Ch

data DOMHTMLTableColElementChPropertyInfo Source

ChOff

data DOMHTMLTableColElementChOffPropertyInfo Source

Instances

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

Span

data DOMHTMLTableColElementSpanPropertyInfo Source

Instances

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

VAlign

data DOMHTMLTableColElementVAlignPropertyInfo Source

Instances

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

Width

data DOMHTMLTableColElementWidthPropertyInfo Source

Instances

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