.TH "txtstyle" 3 "Oct 12, 2003" .SH TextStyle .PP .B Inherits from: String .PP .B Maturity Index: Experimental .SH Class Description .PP Temporary implementation of a class such as the Smalltalk (Squeak) class .B TextStyle \&. This implementation is merely a subclass of .B String and only implements the methods .B named: and .B name of the Squeak counterpart\&. .SH Method types .PP .B Creation .RS 3 .br * default .br * named: .RE .PP .B Accessing .RS 3 .br * name .RE .PP .B Printing .RS 3 .br * printOn: .RE .SH Methods .PP default .RS 1 + .B default .RE .PP named: .RS 1 + .B named :(STR) .I name .RE .PP name .RS 1 - ( STR ) .B name .RE .PP printOn: .RS 1 - .B printOn :(IOD) .I aFile .RE