eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_VerticalAlignment':

Home

Documentation
www.exept.de
Everywhere
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-HTML-StyleSheet-Text
Version:
rev: 1.8 date: 2018/04/26 10:33:52
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.

usage example(s):

    CSS_VerticalAlignment newBaseline htmlString.

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

usage example(s):

    CSS_VerticalAlignment newBottom htmlString.

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

usage example(s):

    CSS_VerticalAlignment newMiddle htmlString.

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

usage example(s):

    CSS_VerticalAlignment newSub htmlString.

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

usage example(s):

    CSS_VerticalAlignment newSuper htmlString.

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

usage example(s):

    CSS_VerticalAlignment newTextBottom htmlString.

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

usage example(s):

    CSS_VerticalAlignment newTextTop htmlString.

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

usage example(s):

    CSS_VerticalAlignment newTop htmlString.

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 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 07:59:53 GMT