eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_TextDecoration':

Home

everywhere
www.exept.de
for:
[back]

Class: CSS_TextDecoration (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-StyleSheet-Text
Version:
rev: 1.7 date: 2007/11/05 21:10:53
user: cg
file: HTML__CSS_TextDecoration.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newBlink
Create a new text-decoration set to blink.

o  newLinethrough
Create a new text-decoration set to linethrough.

o  newOverline
Create a new text-decoration set to overline.

o  newUnderline
Create a new text-decoration set to underline.

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


Instance protocol:

interface-accessing
o  beBlink
Set the text-decoration to blink.

o  beLineThrough
Set the text-decoration to linethrough.

o  beLinethrough
Set the text-decoration to linethrough.

o  beOverline
Set the text-decoration to overline.

o  beUnderline
Set the text-decoration to underline.

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:13:13 GMT