Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_html_paragraph_element_set_align :: JSRef HTMLParagraphElement -> JSString -> IO () Source
htmlParagraphElementSetAlign :: (IsHTMLParagraphElement self, ToJSString val) => self -> val -> IO () Source
htmlParagraphElementGetAlign :: (IsHTMLParagraphElement self, FromJSString result) => self -> IO result Source
castToHTMLParagraphElement :: GObjectClass obj => obj -> HTMLParagraphElement Source