textAlignLast property
[This documentation is preliminary and is subject to change.]
Gets or sets a value that indicates how to align the last line or only line of text in the specified object.
![]() |
Syntax
HRESULT value = object.put_textAlignLast(BSTR v);HRESULT value = object.get_textAlignLast(BSTR* p);
Property values
Type: BSTR
auto (auto)
Default. Text is aligned like the other lines in the object, using the value of the text-align property.
center (center)
Text is centered.
inherit (inherit)
Text is aligned like the text in the parent object.
justify (justify)
Text is justified.
left (left)
Text is aligned to the left.
right (right)
Text is aligned to the right.
String format
auto | center | inherit | justify | left | right
CSS information
| Applies To | block containers |
| Media | visual |
| Inherited | true |
| Initial Value | auto |
Standards information
- CSS Text Level 3, Section 8.1
Remarks
Windows Internet Explorer 8. The property is an extension to Cascading Style Sheets (CSS), and can be used as a synonym for the property in IE8 Standards mode and higher.
The msTextAlignLast property is read-only for the IHTMLCurrentStyle2 interface.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
Build date: 1/23/2012
.png)