rubyOverhang property
Gets or sets a value that indicates whether, and on which side, ruby text is allowed to partially overhang any adjacent text in addition to its own base, when the ruby text is wider than the ruby base.
Syntax
Integer value = object.put_rubyOverhang( v);Integer value = object.get_rubyOverhang(* sRubyOverhang);
Property values
Type: BSTR
one of the values listed in Possible Values.
auto (auto)
Default. Ruby text overhangs any other text adjacent to the base text.
whitespace (whitespace)
Ruby text overhangs only white-space characters.
none (none)
Ruby text overhangs only text adjacent to its base.
String format
auto | whitespace | none
CSS information
Applies To | All elements |
Media | visual |
Inherited | no |
Initial Value |
Standards information
- CSS3 Ruby Module, Section 4.3
Remarks
The IHTMLCSSStyleDeclaration::rubyOverhang property specifies the overhang of the ruby text defined by the rt object, and is set on the ruby object.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows Server 2003 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Reference