eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_FontSize':

Home

everywhere
www.exept.de
for:
[back]

Class: CSS_FontSize (in HTML)


Inheritance:

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

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

Class protocol:

instance creation
o  newLarge
Create a new font-size set to large.

o  newSmall
Create a new font-size set to medium.

o  newXLarge
Create a new font-size set to x-large.

o  newXSmall
Create a new font-size set to x-small.

o  newXXSmall
Create a new font-size set to xx-small.

required protocol
o  keyName
Return a key name for font-size.


Instance protocol:

interface-accessing
o  beLarge
Set the font-size to large.

o  beSmall
Set the font-size to small.

o  beXLarge
Set the font-size to x-large.

o  beXSmall
Set the font-size to x-small.

o  beXXSmall
Set the font-size to xx-small.

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


Examples:



    CSS_FontSize newXLarge printHtmlString.


    CSS_FontSize newLarge printHtmlString.


    CSS_FontSize newMedium printHtmlString.


    CSS_FontSize newSmall printHtmlString.


    CSS_FontSize newXSmall printHtmlString.


    CSS_FontSize newXXSmall printHtmlString.


ST/X 6.1.1; WebServer 1.620 at exept:8081; Fri, 10 Feb 2012 14:31:23 GMT