IHtmlStyle *objHtmlStyle;
tempElem->get_style(&objHtmlStyle);
objHtmlStyle->put_listStyleType(Attrib.bstrVal);
objHtmlStyle->Release();
//Remove
VARIANT_BOOL bSuccess;
tempElem->removeAttribute(_bstr_t("style"),1,&bSuccess);
tempElem->get_style(&objHtmlStyle);
objHtmlStyle->put_listStyleType(Attrib.bstrVal);
objHtmlStyle->Release();
//Remove
VARIANT_BOOL bSuccess;
tempElem->removeAttribute(_bstr_t("style"),1,&bSuccess);
No comments:
Post a Comment