eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_FontStyle':

Home

everywhere
www.exept.de
for:
[back]

Class: CSS_FontStyle (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-StyleSheet-Font
Version:
rev: 1.7 date: 2008/09/03 09:54:27
user: cg
file: HTML__CSS_FontStyle.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newItalic
Create a new font-style set to italic.

o  newOblique
Create a new font-style set to italic.

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


Instance protocol:

interface-accessing
o  beItalic
Set the font-style to normal.

o  beOblique
Set the font-style to normal.

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


Examples:



    CSS_FontStyle newNormal printHtmlString.


    CSS_FontStyle newItalic printHtmlString.


    CSS_FontStyle newOblique printHtmlString.


ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 17:01:28 GMT