IHTMLRuleStyle::get_paddingBottomIHTMLRuleStyle::get_paddingBottom*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_paddingBottom
*Next Topic: IHTMLRuleStyle::put_paddingLeft

IHTMLRuleStyle::get_paddingBottom


HRESULT get_paddingBottom( 
    VARIANT *p 
);

Retrieves the value of the CSS padding-bottom attribute for the element.

p
Address of a variable that receives the value of the attribute. See padding-bottom for details. This parameter receives NULL if the attribute is not set.

See also put_paddingBottom

Up Top of Page


IHTMLRuleStyle::put_paddingBottom


HRESULT put_paddingBottom(
    VARIANT v 
);

Sets the value of the CSS padding-bottom attribute for the element. The attribute determines the amount of space between the border and the bottom of the element's content.

v
String or value specifying the amount of bottom padding. See padding-bottom for details. Set this parameter to NULL to remove the attribute.

See also get_paddingBottom


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