eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_VerticalAlignment':

Home

everywhere
www.exept.de
for:
[back]

Class: CSS_VerticalAlignment (in HTML)


Inheritance:

   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

Class protocol:

instance creation
o  newBaseline
Create a new vertical-alignment set to baseline.

o  newBottom
Create a new vertical-alignment set to bottom.

o  newMiddle
Create a new vertical-alignment set to middle.

o  newSub
Create a new vertical-alignment set to sub.

o  newSuper
Create a new vertical-alignment set to super.

o  newTextBottom
Create a new vertical-alignment set to text-bottom.

o  newTextTop
Create a new vertical-alignment set to text-top.

o  newTop
Create a new vertical-alignment set to top.

required protocol
o  keyName
Return a key name for vertical-align.


Instance protocol:

interface-accessing
o  beBaseline
Set the vertical-alignment to baseline.

o  beBottom
Set the vertical-alignment to bottom.

o  beMiddle
Set the vertical-alignment to middle.

o  beSub
Set the vertical-alignment to sub.

o  beSuper
Set the vertical-alignment to super.

o  beTextBottom
Set the vertical-alignment to text-bottom.

o  beTextTop
Set the vertical-alignment to text-top.

o  beTop
Set the vertical-alignment to top.

required-visiting
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor



ST/X 6.1.1; WebServer 1.620 at exept:8081; Sat, 11 Feb 2012 00:47:56 GMT