eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_FontSize':

Home

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

usage example(s):

    CSS_FontSize newLarge htmlString.

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

usage example(s):

    CSS_FontSize newSmall htmlString.

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

usage example(s):

    CSS_FontSize newXLarge htmlString.

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

usage example(s):

    CSS_FontSize newXSmall htmlString.

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

usage example(s):

    CSS_FontSize newXXSmall htmlString.

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 htmlString.
    CSS_FontSize newLarge htmlString.
    CSS_FontSize newMedium htmlString.
    CSS_FontSize newSmall htmlString.
    CSS_FontSize newXSmall htmlString.
    CSS_FontSize newXXSmall htmlString.


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 16 Apr 2024 14:43:33 GMT