Contents Index Topic Contents | ||
Previous Topic: IHTMLStyle::get_textDecorationUnderline Next Topic: IHTMLStyle::get_textTransform |
IHTMLStyle::get_textIndent
HRESULT get_textIndent( VARIANT *p );Retrieves the value of the CSS text-indent attribute for the element.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the value of the attribute. See text-indent for details. This parameter receives NULL if the attribute is not set.
See also put_textIndent
IHTMLStyle::put_textIndent
HRESULT put_textIndent( VARIANT v );Sets the value of the CSS text-indent attribute for the element. The attribute determines the amount of indention before the element's first line of formatted text.
- Returns S_OK if successful, or an error value otherwise.
- v
- String or value specifying the amount of indention, or NULL to remove the attribute. The amount can be positive or negative. See text-indent for details.
See also get_textIndent
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.