Modifier and Type | Method and Description |
---|---|
String |
getCharSet()
Gets or sets the primary character-set for a document.
|
int |
getCSSEngineMode()
Gets or sets mode in which CSS engine works.
|
String |
getLanguage()
The
Language (getLanguage /setLanguage(String) ) specifies the primary language for the element's contents and for any of the element's attributes that contain text. |
String |
getUserStyleSheet()
Allows to specify style information for a particular document
|
void |
setCharSet(String value)
Gets or sets the primary character-set for a document.
|
void |
setCSSEngineMode(int value)
Gets or sets mode in which CSS engine works.
|
void |
setLanguage(String value)
The
Language (getLanguage /setLanguage(String) ) specifies the primary language for the element's contents and for any of the element's attributes that contain text. |
void |
setUserStyleSheet(String value)
Allows to specify style information for a particular document
|
String getLanguage()
The Language
(getLanguage
/setLanguage(String)
) specifies the primary language for the element's contents and for any of the element's attributes that contain text.
Its value must be a valid BCP 47 () language tag, or the empty string. Setting the attribute to the empty string indicates that the primary language is unknown.
http://www.ietf.org/rfc/bcp/bcp47.txt
void setLanguage(String value)
The Language
(getLanguage
/setLanguage(String)
) specifies the primary language for the element's contents and for any of the element's attributes that contain text.
Its value must be a valid BCP 47 () language tag, or the empty string. Setting the attribute to the empty string indicates that the primary language is unknown.
http://www.ietf.org/rfc/bcp/bcp47.txt
String getUserStyleSheet()
Allows to specify style information for a particular document
void setUserStyleSheet(String value)
Allows to specify style information for a particular document
String getCharSet()
Gets or sets the primary character-set for a document.
Value: The character set.void setCharSet(String value)
Gets or sets the primary character-set for a document.
Value: The character set.int getCSSEngineMode()
Gets or sets mode in which CSS engine works.
Value: The engine mode.void setCSSEngineMode(int value)
Gets or sets mode in which CSS engine works.
Value: The engine mode.