Text
This section describes Cascading Style Sheets (CSS) features related to text.
In this section
| Property | Description |
|---|---|
|
Specifies the amount of additional space between letters in the object. | |
|
Specifies line-breaking rules for text in selected languages such as Japanese, Chinese, and Korean. | |
|
Specifies the block progression and layout orientation. | |
|
Specifies one to three values that indicates the minimum number of characters in a hyphenated word. | |
|
Specifies a value that indicates the maximum number of consecutive lines in an element that may be ended with a hyphenated word. | |
|
Specifies a value that defines the width of the hyphenation zone. | |
|
Specifies a value that indicates whether additional break opportunities for the current line are created by hyphenating individual words within the line. | |
|
Specifies the state of an Input Method Editor (IME). | |
|
Specifies the direction and flow of the content in the object. | |
|
Specifies the composite document grid properties that specify the layout of text characters. | |
|
Specifies the size of the character grid used for rendering the text content of an element. | |
|
Specifies the gridline value used for rendering the text content of an element. | |
|
Specifies whether the text layout grid uses two dimensions. | |
|
Specifies the type of grid used for rendering the text content of an element. | |
|
Specifies a value that indicates how to align the last line or only line of text in the specified object. | |
|
Specifies the autospacing and narrow space width adjustment of text. | |
|
Specifies the type of alignment used to justify text in the object. | |
|
Deprecated. Specifies the ratio of kashida expansion to white space expansion when justifying lines of text in the object. | |
|
Adjusts the text size on a webpage on IE for Windows Phone. | |
|
Specifies a value that indicates whether to render ellipses (...) to indicate text overflow. | |
|
Specifies the position of the underline decoration that is set through the text-decoration property of the object. | |
|
Specifies whether the text in the object is left-aligned, right-aligned, centered, or justified. | |
|
Specifies a value that indicates whether the text in the object has blink, line-through, overline, or underline decorations. | |
|
Specifies the indentation of the first line of text in the object. This property is not supported for Windows apps using JavaScript. | |
|
Specifies a comma-separated list of shadows that attaches one or more drop shadows to the specified text. | |
|
Specifies the rendering of the text in the object. | |
|
A shorthand property that specifies text stroke color and stroke width. | |
|
Specifies the color of the text stroke. | |
|
Specifies the width of the text stroke. | |
|
Specifies a fill color for text. | |
|
Specifies a value that indicates whether lines are automatically broken inside the object. | |
|
Specifies line-breaking behavior within words, particularly where multiple languages appear in the object. | |
|
Specifies the amount of additional space between words in the object. | |
|
Specifies whether to break words when the content exceeds the boundaries of its container. |