eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_TextTransformation':

Home

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

Class: CSS_TextTransformation (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-StyleSheet-Text
Version:
rev: 1.9 date: 2018/04/26 10:33:14
user: cg
file: HTML__CSS_TextTransformation.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newCapitalize
Create a new text-transformation set to capitalize.

usage example(s):

    CSS_TextTransformation newCapitalize htmlString.

o  newLowercase
Create a new text-transformation set to lowercase.

usage example(s):

    CSS_TextTransformation newLowercase htmlString.

o  newUppercase
Create a new text-transformation set to uppercase.

usage example(s):

    CSS_TextTransformation newUppercase htmlString.

required protocol
o  keyName
Return a key name for text-transformation.


Instance protocol:

interface-accessing
o  beCapitalize
Set the text-transformation to capitalize.

o  beLowercase
Set the text-transformation to lowercase.

o  beUppercase
Set the text-transformation to uppercase.

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



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 02:02:12 GMT