eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_FontStyle':

Home

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

usage example(s):

    CSS_FontStyle newItalic htmlString.

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

usage example(s):

    CSS_FontStyle newOblique htmlString.

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 htmlString.
    CSS_FontStyle newItalic htmlString.
    CSS_FontStyle newOblique htmlString.


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 04:39:50 GMT