IHTMLRuleStyle::get_textIndentIHTMLRuleStyle::get_textIndent*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_textIndent
*Next Topic: IHTMLRuleStyle::put_lineHeight

IHTMLRuleStyle::get_textIndent


HRESULT get_textIndent(
    VARIANT *p 
);

Retrieves the value of the CSS text-indent attribute for the element.

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

Up Top of Page


IHTMLRuleStyle::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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.