public class StyleTag extends HtmlElement
| Modifier and Type | Method and Description |
|---|---|
String |
getDir()
Specifies the text direction for the content in an element
|
String |
getLang()
Specifies a language code for the content in an element
|
String |
getMedia()
Specifies what media/device the media resource is optimized for
|
String |
getTitle()
Specifies extra information about an element
|
String |
getType()
Specifies the MIME type of the style sheet
|
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getLang()
public String getDir()
public String getType()
public String getMedia()
public String getTitle()
Copyright © 2012. All Rights Reserved.