eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_TextAlignment':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: CSS_TextAlignment (in HTML)


Inheritance:

   Object
   |
   +--HTML::CSS_AbstractStyleObject
      |
      +--HTML::CSS_AbstractStyleProperty
         |
         +--HTML::CSS_TextAlignment

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-StyleSheet-Text
Version:
rev: 1.9 date: 2018/04/26 10:33:41
user: cg
file: HTML__CSS_TextAlignment.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newCenter
Create a new text-alignment set to center.

usage example(s):

    CSS_TextAlignment  newCenter htmlString.

o  newJustify
Create a new text-alignment set to justify.

usage example(s):

    CSS_TextAlignment  newJustify htmlString.

required protocol
o  keyName
Return a key name for text-alignment.


Instance protocol:

interface-accessing
o  beJustify
Set the line-alignment to justify.

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 03:53:05 GMT