eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_FontVariant':

Home

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

Class: CSS_FontVariant (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-StyleSheet-Font
Version:
rev: 1.9 date: 2018/04/26 10:32:56
user: cg
file: HTML__CSS_FontVariant.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newSmallCaps
Create a new font-variant set to normal.

usage example(s):

    CSS_FontVariant newSmallCaps htmlString.

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


Instance protocol:

interface-accessing
o  beSmallCaps
Set the font-variant to normal.

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


Examples:


    CSS_FontVariant newNormal htmlString.
    CSS_FontVariant newSmallCaps htmlString.


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 09:48:39 GMT