
This interface denotes a paragraph.
This element is a block element.
IHTMLParaElement Methods
| put_align | get_align |
HRESULT put_align(
BSTR v
);
Displays the element left flush, right flush, or centered relative to the display or table.
| center | Align to the center. |
| left | Align to the left edge. |
| right | Align to the right edge. |
See also get_align
HRESULT get_align(
BSTR *p
);
Displays the element left flush, right flush, or centered relative to the display or table.
| center | Align to the center. |
| left | Align to the left edge. |
| right | Align to the right edge. |
See also put_align
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.