textAlignLast property
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( v);HRESULT value = object.get_textAlignLast(* p);
Property values
Type: BSTR
auto (auto)
-
Default. Text is aligned like the other lines in the object, using the value of the IHTMLRuleStyle::textAlign 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 IHTMLStyle3::textAlignLast property is read-only for the IHTMLCurrentStyle2 interface.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
Build date: 11/12/2012
