Contents Index Topic Contents | ||
Previous Topic: IHTMLTableCaption Next Topic: IHTMLTableCaption::get_vAlign |
IHTMLTableCaption::get_align
HRESULT get_align( BSTR *p );Retrieves the alignment of the caption.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives on of these values:
bottom Aligns bottom center. center Centers the caption. left Left aligns. right Right aligns. top Aligns top-center. See also put_align
IHTMLTableCaption::put_align
HRESULT put_align( BSTR v );Sets the alignment of the caption.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the alignment. Can be one of these values:
bottom Aligns bottom center. center Centers the caption. left Left aligns. right Right aligns. top Aligns top-center. See also get_align
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.