| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharSet()
Gets the primary character-set for a document.
|
int |
getCSSEngineMode()
Gets mode in which CSS engine works.
|
com.aspose.html.FontsSettings |
getFontsSettings()
Gets a
FontsSettings object which is used for configuration of fonts handling. |
java.lang.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. |
java.lang.String |
getUserStyleSheet()
Allows to specify style information for a particular document
|
void |
setCharSet(java.lang.String value)
Sets the primary character-set for a document.
|
void |
setCSSEngineMode(int value)
Sets mode in which CSS engine works.
|
void |
setLanguage(java.lang.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(java.lang.String value)
Allows to specify style information for a particular document
|
java.lang.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.txtvoid setLanguage(java.lang.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.txtjava.lang.String getUserStyleSheet()
Allows to specify style information for a particular document
void setUserStyleSheet(java.lang.String value)
Allows to specify style information for a particular document
java.lang.String getCharSet()
Gets the primary character-set for a document.
Value: The character set.void setCharSet(java.lang.String value)
Sets the primary character-set for a document.
Value: The character set.value - the primary character-set for a document.int getCSSEngineMode()
Gets mode in which CSS engine works.
Value: The engine mode.void setCSSEngineMode(int value)
Sets mode in which CSS engine works.
Value: The engine mode.value - mode in which CSS engine works.com.aspose.html.FontsSettings getFontsSettings()
Gets a FontsSettings object which is used for configuration of fonts handling.
FontsSettings object.FontsSettings object which is used for configuration of fonts handling.