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

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLBaseFontElementGetColor

dOMHTMLBaseFontElementGetFace

dOMHTMLBaseFontElementGetSize

dOMHTMLBaseFontElementSetColor

dOMHTMLBaseFontElementSetFace

dOMHTMLBaseFontElementSetSize

Properties

Color

data DOMHTMLBaseFontElementColorPropertyInfo Source

Instances

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

Face

data DOMHTMLBaseFontElementFacePropertyInfo Source

Instances

AttrInfo DOMHTMLBaseFontElementFacePropertyInfo Source 
type AttrLabel DOMHTMLBaseFontElementFacePropertyInfo = "face" Source 
type AttrGetType DOMHTMLBaseFontElementFacePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLBaseFontElementFacePropertyInfo = DOMHTMLBaseFontElementK Source 
type AttrSetTypeConstraint DOMHTMLBaseFontElementFacePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLBaseFontElementFacePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Size

data DOMHTMLBaseFontElementSizePropertyInfo Source

Instances

AttrInfo DOMHTMLBaseFontElementSizePropertyInfo Source 
type AttrLabel DOMHTMLBaseFontElementSizePropertyInfo = "size" Source 
type AttrGetType DOMHTMLBaseFontElementSizePropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLBaseFontElementSizePropertyInfo = DOMHTMLBaseFontElementK Source 
type AttrSetTypeConstraint DOMHTMLBaseFontElementSizePropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLBaseFontElementSizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source