|
|
Class: CSS_VerticalAlignment (in HTML)
Object
|
+--HTML::CSS_AbstractStyleObject
|
+--HTML::CSS_AbstractStyleProperty
|
+--HTML::CSS_VerticalAlignment
- Package:
- stx:goodies/webServer/htmlTree
- Category:
- Net-Documents-StyleSheet-Text
- Version:
- rev:
1.6
date: 2007/11/05 21:11:09
- user: cg
- file: HTML__CSS_VerticalAlignment.st directory: goodies/webServer/htmlTree
- module: stx stc-classLibrary: htmlTree
instance creation
-
newBaseline
-
Create a new vertical-alignment set to baseline.
-
newBottom
-
Create a new vertical-alignment set to bottom.
-
newMiddle
-
Create a new vertical-alignment set to middle.
-
newSub
-
Create a new vertical-alignment set to sub.
-
newSuper
-
Create a new vertical-alignment set to super.
-
newTextBottom
-
Create a new vertical-alignment set to text-bottom.
-
newTextTop
-
Create a new vertical-alignment set to text-top.
-
newTop
-
Create a new vertical-alignment set to top.
required protocol
-
keyName
-
Return a key name for vertical-align.
interface-accessing
-
beBaseline
-
Set the vertical-alignment to baseline.
-
beBottom
-
Set the vertical-alignment to bottom.
-
beMiddle
-
Set the vertical-alignment to middle.
-
beSub
-
Set the vertical-alignment to sub.
-
beSuper
-
Set the vertical-alignment to super.
-
beTextBottom
-
Set the vertical-alignment to text-bottom.
-
beTextTop
-
Set the vertical-alignment to text-top.
-
beTop
-
Set the vertical-alignment to top.
required-visiting
-
acceptHTMLVisitor: aVisitor
-
visitor pattern: dispatch me to the visitor
|