Retrieves the value of the WHITESPACE attribute for the element.
Syntax
HRESULT get_whiteSpace( BSTR *p );
Parameters
- p
- Address of a variable that receives the value of the attribute.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the WHITESPACE attribute for the element. The attribute determines whether and how white-space characters in the element are displayed.
Syntax
HRESULT put_whiteSpace( BSTR v );
Parameters
- v
- String that specifies the value of the attribute.
Return Value
Returns S_OK if successful, or an error code otherwise.