IHTMLTableCaption::get_alignIHTMLTableCaption::get_align*
*



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.

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

Up Top of Page


IHTMLTableCaption::put_align


HRESULT put_align(
    BSTR v 
);

Sets the alignment of the caption.

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


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